diff options
author | Sam James <sam@gentoo.org> | 2023-01-12 00:19:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-12 00:20:02 +0000 |
commit | c37fa346f1dee4aef6da4dd3cb4825a2885b36be (patch) | |
tree | 90489af8085c57a4b10e92d395e966d763154b98 /dev-lang/rust-bin | |
parent | dev-lang/rust: Stabilize 1.66.1 amd64, #890541 (diff) | |
download | gentoo-c37fa346f1dee4aef6da4dd3cb4825a2885b36be.tar.gz gentoo-c37fa346f1dee4aef6da4dd3cb4825a2885b36be.tar.bz2 gentoo-c37fa346f1dee4aef6da4dd3cb4825a2885b36be.zip |
dev-lang/rust-bin: Stabilize 1.66.1 amd64, #890541
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.66.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.66.1.ebuild b/dev-lang/rust-bin/rust-bin-1.66.1.ebuild index 68228033254e..eec56955b55f 100644 --- a/dev-lang/rust-bin/rust-bin-1.66.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.66.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P}) LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" DEPEND="" |