summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-01 01:39:31 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-01 02:05:57 +0200
commit1f97a9f007a73d27741e63e1ec565aed5159eacb (patch)
tree052ccfee0338f5d757192940201a5cf89c421513 /dev-lang/rust
parentdev-perl/Expect: x86 stable (bug #667266) (diff)
downloadgentoo-1f97a9f007a73d27741e63e1ec565aed5159eacb.tar.gz
gentoo-1f97a9f007a73d27741e63e1ec565aed5159eacb.tar.bz2
gentoo-1f97a9f007a73d27741e63e1ec565aed5159eacb.zip
dev-lang/rust: x86 stable (bug #666976)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-lang/rust')
-rw-r--r--dev-lang/rust/rust-1.29.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild
index d24453026eb0..f67bcb8b4512 100644
--- a/dev-lang/rust/rust-1.29.1.ebuild
+++ b/dev-lang/rust/rust-1.29.1.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,13 +13,13 @@ if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz"
- KEYWORDS=""
+ KEYWORDS="x86"
else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 x86"
fi
CHOST_amd64=x86_64-unknown-linux-gnu