diff options
author | 2024-07-23 06:54:23 +0100 | |
---|---|---|
committer | 2024-07-23 06:54:23 +0100 | |
commit | 715833f40e4cb60bc228fe21cbe5c75d0dead50f (patch) | |
tree | b480e95d63d0ca3e92f3ceda1361331bcca877d1 /dev-lang | |
parent | virtual/rust: Stabilize 1.79.0 sparc, #936071 (diff) | |
download | gentoo-715833f40e4cb60bc228fe21cbe5c75d0dead50f.tar.gz gentoo-715833f40e4cb60bc228fe21cbe5c75d0dead50f.tar.bz2 gentoo-715833f40e4cb60bc228fe21cbe5c75d0dead50f.zip |
dev-lang/rust-bin: Stabilize 1.79.0 ppc, #936071
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.79.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.79.0.ebuild b/dev-lang/rust-bin/rust-bin-1.79.0.ebuild index 2da9d9b95ed2..be8592b9d6e0 100644 --- a/dev-lang/rust-bin/rust-bin-1.79.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.79.0.ebuild @@ -33,7 +33,7 @@ SRC_URI+=" riscv? ( LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" SLOT="stable" -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="big-endian clippy cpu_flags_x86_sse2 doc prefix profiler rust-analyzer rust-src rustfmt" DEPEND="" |