diff options
author | Sam James <sam@gentoo.org> | 2021-11-13 02:58:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-13 02:58:13 +0000 |
commit | 26d62334169d47418589d18e130d4380d935ebe2 (patch) | |
tree | 7ea157f69f112bfa791ae77ee8a3697ca2c4bc3c /dev-lang/rust-bin | |
parent | profiles: fix www-client/websvn removal date (diff) | |
download | gentoo-26d62334169d47418589d18e130d4380d935ebe2.tar.gz gentoo-26d62334169d47418589d18e130d4380d935ebe2.tar.bz2 gentoo-26d62334169d47418589d18e130d4380d935ebe2.zip |
dev-lang/rust-bin: Stabilize 1.56.1 arm64, #821898
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.56.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild index 28df1bc8bdbf..54670faf5a03 100644 --- a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.56.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="" |