diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 14:50:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 14:50:07 +0000 |
commit | ec99151828dd144b2bb004258e9554e8b5d8aa5b (patch) | |
tree | 8f0122bbe4dbbf5a14466c052ecc995a3267fc3f /virtual | |
parent | dev-lang/rust-bin: Stabilize 1.66.1 arm64, #890541 (diff) | |
download | gentoo-ec99151828dd144b2bb004258e9554e8b5d8aa5b.tar.gz gentoo-ec99151828dd144b2bb004258e9554e8b5d8aa5b.tar.bz2 gentoo-ec99151828dd144b2bb004258e9554e8b5d8aa5b.zip |
virtual/rust: Stabilize 1.66.1 arm64, #890541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.66.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild index f530a345e80f..19fecfe40e7d 100644 --- a/virtual/rust/rust-1.66.1.ebuild +++ b/virtual/rust/rust-1.66.1.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="" |