diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-07 10:42:46 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-07 10:42:46 +0200 |
commit | 4e97bef17f6e9106d1d3e754faad840732dc1d2a (patch) | |
tree | a2fa025e1b0052651e3f61c9b56b673a72ea9266 /dev-lang/rust | |
parent | dev-php/PEAR-Archive_Tar: amd64 stable wrt bug #724520 (diff) | |
download | gentoo-4e97bef17f6e9106d1d3e754faad840732dc1d2a.tar.gz gentoo-4e97bef17f6e9106d1d3e754faad840732dc1d2a.tar.bz2 gentoo-4e97bef17f6e9106d1d3e754faad840732dc1d2a.zip |
dev-lang/rust: amd64 stable wrt bug #725264
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.43.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.43.1.ebuild b/dev-lang/rust/rust-1.43.1.ebuild index fe3eaed35b63..9f54ed8a0668 100644 --- a/dev-lang/rust/rust-1.43.1.ebuild +++ b/dev-lang/rust/rust-1.43.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" |