diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 04:23:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-03 04:23:19 +0100 |
commit | 817b2201fe302668daa3d2af853ff7cabcab2582 (patch) | |
tree | 240772a882f4ed5b14b2a36b25449fd98c9f4e51 /virtual/rust | |
parent | dev-lang/rust-bin: Stabilize 1.69.0 arm64, #907722 (diff) | |
download | gentoo-817b2201fe302668daa3d2af853ff7cabcab2582.tar.gz gentoo-817b2201fe302668daa3d2af853ff7cabcab2582.tar.bz2 gentoo-817b2201fe302668daa3d2af853ff7cabcab2582.zip |
virtual/rust: Stabilize 1.69.0 arm64, #907722
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.69.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild index 7462b80fe169..a5dd042badda 100644 --- a/virtual/rust/rust-1.69.0.ebuild +++ b/virtual/rust/rust-1.69.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-15" -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="" |