diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-03 15:36:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-03 15:36:58 +0100 |
commit | 2ca86bb5b09e5815a9d69714150c0655f820195c (patch) | |
tree | 357db4e39809326e55b79ae56b65be75859e8285 /dev-lang/rust | |
parent | dev-libs/libmodbus: x86 stable wrt bug #704830 (diff) | |
download | gentoo-2ca86bb5b09e5815a9d69714150c0655f820195c.tar.gz gentoo-2ca86bb5b09e5815a9d69714150c0655f820195c.tar.bz2 gentoo-2ca86bb5b09e5815a9d69714150c0655f820195c.zip |
dev-lang/rust: x86 stable wrt bug #708920
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.41.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.41.1.ebuild b/dev-lang/rust/rust-1.41.1.ebuild index 94d6e304cbbe..5cedf4e6d63d 100644 --- a/dev-lang/rust/rust-1.41.1.ebuild +++ b/dev-lang/rust/rust-1.41.1.ebuild @@ -18,7 +18,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |