diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 20:56:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 20:56:49 +0300 |
commit | 64a5ebb84b267ba27e99fa306fbeab62ae8a026f (patch) | |
tree | 704bb413cbaa7d9085793ef8279907d888a436f5 /virtual/rust | |
parent | dev-lang/rust: Stabilize 1.75.0-r1 ppc, #927155 (diff) | |
download | gentoo-64a5ebb84b267ba27e99fa306fbeab62ae8a026f.tar.gz gentoo-64a5ebb84b267ba27e99fa306fbeab62ae8a026f.tar.bz2 gentoo-64a5ebb84b267ba27e99fa306fbeab62ae8a026f.zip |
virtual/rust: Stabilize 1.75.0-r1 ppc, #927155
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.75.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.75.0-r1.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild index 5127fdc3559c..4e9f43e5561b 100644 --- a/virtual/rust/rust-1.75.0-r1.ebuild +++ b/virtual/rust/rust-1.75.0-r1.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="profiler rustfmt" BDEPEND="" |