diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-05-16 14:21:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-05-16 14:21:53 +0200 |
commit | 0132587a5339ae7df4966c50bb303eb9e6884d64 (patch) | |
tree | 3a34a1e874f44e4800603c06dc5551dfa59a365c /dev-lang/rust | |
parent | dev-lang/icon: amd64 stable wrt bug #652178 (diff) | |
download | gentoo-0132587a5339ae7df4966c50bb303eb9e6884d64.tar.gz gentoo-0132587a5339ae7df4966c50bb303eb9e6884d64.tar.bz2 gentoo-0132587a5339ae7df4966c50bb303eb9e6884d64.zip |
dev-lang/rust: amd64 stable wrt bug #593980
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.25.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild index 36e1b6540077..b6cea31b4679 100644 --- a/dev-lang/rust/rust-1.25.0.ebuild +++ b/dev-lang/rust/rust-1.25.0.ebuild @@ -13,13 +13,13 @@ if [[ ${PV} = *beta* ]]; then MY_P="rustc-beta" SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz" - KEYWORDS="x86" + KEYWORDS="amd64 x86" else ABI_VER="$(get_version_component_range 1-2)" SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.gz" - KEYWORDS="~amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm64 x86" fi CHOST_amd64=x86_64-unknown-linux-gnu |