diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-27 20:37:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-27 20:37:24 +0200 |
commit | 460a506503a2ffb162f46636c69fd8a66f3cae03 (patch) | |
tree | 2a9a46bcb97885a2e5d7b2bbe92adb5a5be08ee1 /dev-lang | |
parent | virtual/rust: Stabilize 1.75.0-r1 x86, #927155 (diff) | |
download | gentoo-460a506503a2ffb162f46636c69fd8a66f3cae03.tar.gz gentoo-460a506503a2ffb162f46636c69fd8a66f3cae03.tar.bz2 gentoo-460a506503a2ffb162f46636c69fd8a66f3cae03.zip |
dev-lang/rust-bin: Stabilize 1.75.0 arm, #927155
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.75.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.75.0.ebuild b/dev-lang/rust-bin/rust-bin-1.75.0.ebuild index 1f61bdfa2d92..d39c5e49cf44 100644 --- a/dev-lang/rust-bin/rust-bin-1.75.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.75.0.ebuild @@ -30,7 +30,7 @@ SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar. LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" SLOT="stable" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" DEPEND="" |