diff options
author | Sam James <sam@gentoo.org> | 2022-01-22 00:48:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-22 00:48:15 +0000 |
commit | 1daf5870d4162dab1fb667a71376e0e1303207b7 (patch) | |
tree | 450acdcddc3942dcbbb44f24f46451f8aac23446 | |
parent | dev-lang/rust: Stabilize 1.58.1 arm, #831642 (diff) | |
download | gentoo-1daf5870d4162dab1fb667a71376e0e1303207b7.tar.gz gentoo-1daf5870d4162dab1fb667a71376e0e1303207b7.tar.bz2 gentoo-1daf5870d4162dab1fb667a71376e0e1303207b7.zip |
dev-lang/rust-bin: Stabilize 1.58.1 arm, #831642
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.58.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.58.1.ebuild b/dev-lang/rust-bin/rust-bin-1.58.1.ebuild index 96a28cc51db9..dd4526db47bc 100644 --- a/dev-lang/rust-bin/rust-bin-1.58.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.58.1.ebuild @@ -17,7 +17,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 rust-src rustfmt" DEPEND="" |