diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:39:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:39:28 +0200 |
commit | 49e13f49fbae56799bc67b97b9651ad0d81b230a (patch) | |
tree | c9decc0007041052d24121ef1cd6c1ccc12b305e /dev-lang | |
parent | dev-lang/rust: x86 stable wrt bug #746971 (diff) | |
download | gentoo-49e13f49fbae56799bc67b97b9651ad0d81b230a.tar.gz gentoo-49e13f49fbae56799bc67b97b9651ad0d81b230a.tar.bz2 gentoo-49e13f49fbae56799bc67b97b9651ad0d81b230a.zip |
dev-lang/rust-bin: x86 stable wrt bug #746971
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.46.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild index d4712963ca7b..83070baf70e6 100644 --- a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})" LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="amd64 arm arm64 ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ppc64 x86" IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt" DEPEND="" |