diff options
author | 2023-06-08 10:50:13 +0300 | |
---|---|---|
committer | 2023-06-08 10:50:13 +0300 | |
commit | 5437f116f57a79d07f992f03bc94e20c83f99363 (patch) | |
tree | 9e1fb514d8b4684ecea62ea92fff5e447310372c /virtual/rust | |
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 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.70.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0.ebuild index 55d0ba31f086..45daf61cca19 100644 --- a/virtual/rust/rust-1.70.0.ebuild +++ b/virtual/rust/rust-1.70.0.ebuild @@ -13,7 +13,7 @@ LICENSE="" # we do not allow multiple llvm versions in dev-lang/rust for # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-16" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +# KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="rustfmt" BDEPEND="" |