diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 17:28:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 17:28:16 +0000 |
commit | 4367036aa71452122bc4032b90fc5b05037861ef (patch) | |
tree | 2f967e4b7ec427a749a75c1ef3c8eb5f38c95102 /virtual | |
parent | dev-lang/rust: Stabilize 1.74.1 amd64, #920441 (diff) | |
download | gentoo-4367036aa71452122bc4032b90fc5b05037861ef.tar.gz gentoo-4367036aa71452122bc4032b90fc5b05037861ef.tar.bz2 gentoo-4367036aa71452122bc4032b90fc5b05037861ef.zip |
virtual/rust: Stabilize 1.74.1 amd64, #920441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.74.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1.ebuild index f5556d478f49..982fdbc9427e 100644 --- a/virtual/rust/rust-1.74.1.ebuild +++ b/virtual/rust/rust-1.74.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-17" -KEYWORDS="~amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="rustfmt" BDEPEND="" |