diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-29 18:03:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-29 18:03:19 +0200 |
commit | 04e041ba51858768e97fcbe1f942e0e95efb5f66 (patch) | |
tree | 0faa412543eba29388dc711c0de5520758448b36 /virtual | |
parent | dev-lang/rust: Stabilize 1.74.1 ppc, #920441 (diff) | |
download | gentoo-04e041ba51858768e97fcbe1f942e0e95efb5f66.tar.gz gentoo-04e041ba51858768e97fcbe1f942e0e95efb5f66.tar.bz2 gentoo-04e041ba51858768e97fcbe1f942e0e95efb5f66.zip |
virtual/rust: Stabilize 1.74.1 ppc, #920441
Signed-off-by: Arthur Zamarin <arthurzam@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 6662fd2eeded..77a6238aeca6 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="" |