summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-01 02:04:28 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-01 02:06:49 +0200
commitd4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd (patch)
treed55affb6e773f4b71d778bc637c34572e3bf0b0c /dev-lang/rust/rust-1.29.1.ebuild
parentmedia-libs/x265: x86 stable (bug #666486) (diff)
downloadgentoo-d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd.tar.gz
gentoo-d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd.tar.bz2
gentoo-d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd.zip
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@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-lang/rust/rust-1.29.1.ebuild')
-rw-r--r--dev-lang/rust/rust-1.29.1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild
index f67bcb8b4512..9ff5d6b03f55 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}"