diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-06-08 10:50:13 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-06-08 10:50:13 +0300 |
commit | 5437f116f57a79d07f992f03bc94e20c83f99363 (patch) | |
tree | 9e1fb514d8b4684ecea62ea92fff5e447310372c /dev-lang/rust-bin | |
parent | dev-python/pytest-console-scripts: Bump to 1.4.1 (diff) | |
download | gentoo-5437f116f57a79d07f992f03bc94e20c83f99363.tar.gz gentoo-5437f116f57a79d07f992f03bc94e20c83f99363.tar.bz2 gentoo-5437f116f57a79d07f992f03bc94e20c83f99363.zip |
dev-lang/rust: de-keyword rust-1.70.0 due to ongoing issues with -bin
Issue: https://github.com/rust-lang/rust/issues/112286
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.70.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.70.0-r1.ebuild b/dev-lang/rust-bin/rust-bin-1.70.0-r1.ebuild index 5205a10f872a..953c18686b33 100644 --- a/dev-lang/rust-bin/rust-bin-1.70.0-r1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.70.0-r1.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="" |