commit:     d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 00:04:28 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 00:06:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c1ddb3

dev-lang/rust: don't set KEYWORDS at all for beta releases

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 <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-lang/rust/rust-1.25.0.ebuild    | 3 +--
 dev-lang/rust/rust-1.28.0-r1.ebuild | 3 +--
 dev-lang/rust/rust-1.28.0.ebuild    | 3 +--
 dev-lang/rust/rust-1.29.1.ebuild    | 1 -
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild
index 5411d562a2f..37d8c394ea5 100644
--- a/dev-lang/rust/rust-1.25.0.ebuild
+++ b/dev-lang/rust/rust-1.25.0.ebuild
@@ -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}"

diff --git a/dev-lang/rust/rust-1.28.0-r1.ebuild 
b/dev-lang/rust/rust-1.28.0-r1.ebuild
index 8b05979a58f..308474cfe15 100644
--- a/dev-lang/rust/rust-1.28.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.28.0-r1.ebuild
@@ -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}"

diff --git a/dev-lang/rust/rust-1.28.0.ebuild b/dev-lang/rust/rust-1.28.0.ebuild
index 41be6dd5569..a3139658c1b 100644
--- a/dev-lang/rust/rust-1.28.0.ebuild
+++ b/dev-lang/rust/rust-1.28.0.ebuild
@@ -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}"

diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild
index f67bcb8b451..9ff5d6b03f5 100644
--- a/dev-lang/rust/rust-1.29.1.ebuild
+++ b/dev-lang/rust/rust-1.29.1.ebuild
@@ -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}"

Reply via email to