dev-lang/rust: don't set KEYWORDS at all for beta releases
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 1 Oct 2018 00:04:28 +0000 (02:04 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 1 Oct 2018 00:06:49 +0000 (02:06 +0200)
Tools like tatt cannot really handle empty KEYWORDS. So don't set
KEYWORDS at all when we don't want keywords.

Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

dev-lang/rust/rust-1.25.0.ebuild
dev-lang/rust/rust-1.28.0-r1.ebuild
dev-lang/rust/rust-1.28.0.ebuild
dev-lang/rust/rust-1.29.1.ebuild

index 5411d562a2f0804cf4556375e7c515e027bd7b53..37d8c394ea5a8aee1890cb1e830a6b0540bca218 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
        MY_P="rustc-beta"
        SLOT="beta/${PV}"
        SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz"
-       KEYWORDS="amd64 x86"
 else
        ABI_VER="$(get_version_component_range 1-2)"
        SLOT="stable/${ABI_VER}"
index 8b05979a58f897a50c4ab9102f18fc15466b8a81..308474cfe1500eb08a5fb7726d48ebf831bdee4a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
        MY_P="rustc-beta"
        SLOT="beta/${PV}"
        SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-       KEYWORDS="amd64"
 else
        ABI_VER="$(get_version_component_range 1-2)"
        SLOT="stable/${ABI_VER}"
index 41be6dd55690dfe58d2c8f8675efdba2afa9d82a..a3139658c1b26a2ad13990889d9a7d75d5b61305 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
        MY_P="rustc-beta"
        SLOT="beta/${PV}"
        SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-       KEYWORDS=""
 else
        ABI_VER="$(get_version_component_range 1-2)"
        SLOT="stable/${ABI_VER}"
index f67bcb8b451291ab1be3992e24f1970207ef803b..9ff5d6b03f55835cf7deb539e55aac34ff3eba9e 100644 (file)
@@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then
        MY_P="rustc-beta"
        SLOT="beta/${PV}"
        SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
-       KEYWORDS="x86"
 else
        ABI_VER="$(get_version_component_range 1-2)"
        SLOT="stable/${ABI_VER}"