diff options
author | Sam James <sam@gentoo.org> | 2024-03-04 07:08:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-04 07:08:24 +0000 |
commit | 42a4bf3807912a8af4f66c915905956a63511f7f (patch) | |
tree | 41da893d05f940681aea958514ad24fb9d7f2cb7 /virtual | |
parent | dev-lang/rust: Stabilize 1.74.1 x86, #920441 (diff) | |
download | gentoo-42a4bf3807912a8af4f66c915905956a63511f7f.tar.gz gentoo-42a4bf3807912a8af4f66c915905956a63511f7f.tar.bz2 gentoo-42a4bf3807912a8af4f66c915905956a63511f7f.zip |
virtual/rust: Stabilize 1.74.1 x86, #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 6229f38883f9..142a357e436a 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="" |