diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 06:53:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 06:53:28 +0100 |
commit | 1b2482786c2d4a9219b51f5e48e2d507e1d9ba0d (patch) | |
tree | 8e3872d26621fba5a56e320bd550cdb802fa84b2 /virtual | |
parent | dev-lang/rust: Stabilize 1.79.0 amd64, #936071 (diff) | |
download | gentoo-1b2482786c2d4a9219b51f5e48e2d507e1d9ba0d.tar.gz gentoo-1b2482786c2d4a9219b51f5e48e2d507e1d9ba0d.tar.bz2 gentoo-1b2482786c2d4a9219b51f5e48e2d507e1d9ba0d.zip |
virtual/rust: Stabilize 1.79.0 amd64, #936071
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.79.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild index 89d91522025f..82cb00f9dfcb 100644 --- a/virtual/rust/rust-1.79.0.ebuild +++ b/virtual/rust/rust-1.79.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-18" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="rustfmt profiler" BDEPEND="" |