diff options
author | 2019-05-12 17:49:54 +0200 | |
---|---|---|
committer | 2019-05-12 21:28:57 +0200 | |
commit | 6dfc86cf95f98bf89916dc2e3d1daaf0314819b4 (patch) | |
tree | a2f1574a56d40f4873919c22cc34e7a54a32167a /dev-lang/rust | |
parent | sys-devel/gcc: x86 stable (bug #685144) (diff) | |
download | gentoo-6dfc86cf95f98bf89916dc2e3d1daaf0314819b4.tar.gz gentoo-6dfc86cf95f98bf89916dc2e3d1daaf0314819b4.tar.bz2 gentoo-6dfc86cf95f98bf89916dc2e3d1daaf0314819b4.zip |
dev-lang/rust: x86 stable (bug #678908)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.34.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.34.1.ebuild b/dev-lang/rust/rust-1.34.1.ebuild index 6f929f8babff..6356f3cb8c5e 100644 --- a/dev-lang/rust/rust-1.34.1.ebuild +++ b/dev-lang/rust/rust-1.34.1.ebuild @@ -18,7 +18,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |