diff options
author | Sam James <sam@gentoo.org> | 2021-06-27 06:07:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-27 06:07:31 +0100 |
commit | b2fd92923179c31458edf84ed7948b2704440a07 (patch) | |
tree | 459a44d1f26942b942a2f334bf081a5feeb0c1e9 /dev-lang/rust-bin | |
parent | dev-lang/rust: Stabilize 1.52.1 arm, #796269 (diff) | |
download | gentoo-b2fd92923179c31458edf84ed7948b2704440a07.tar.gz gentoo-b2fd92923179c31458edf84ed7948b2704440a07.tar.bz2 gentoo-b2fd92923179c31458edf84ed7948b2704440a07.zip |
dev-lang/rust-bin: Stabilize 1.52.1 arm, #796269
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.52.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.52.1.ebuild b/dev-lang/rust-bin/rust-bin-1.52.1.ebuild index 30314cb15405..e15339466bd8 100644 --- a/dev-lang/rust-bin/rust-bin-1.52.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.52.1.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 ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt" DEPEND="" |