From 1f97a9f007a73d27741e63e1ec565aed5159eacb Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 1 Oct 2018 01:39:31 +0200 Subject: [PATCH] dev-lang/rust: x86 stable (bug #666976) Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- dev-lang/rust/rust-1.29.1.ebuild | 6 +++--- 1 file 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 -- 2.26.2