From: Thomas Deutschmann Date: Sun, 30 Sep 2018 23:39:31 +0000 (+0200) Subject: dev-lang/rust: x86 stable (bug #666976) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f97a9f007a73d27741e63e1ec565aed5159eacb;p=gentoo.git dev-lang/rust: x86 stable (bug #666976) Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- 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