diff options
author | 2025-09-19 19:37:52 +0100 | |
---|---|---|
committer | 2025-09-19 19:37:52 +0100 | |
commit | 2b16a3ecf39a3aaa354d1f079d180fc53ee4709e (patch) | |
tree | 49dfab050312b8baeae7aa06e73e989b9aff12e9 /dev-lang/rust | |
parent | app-backup/rdup: avoid which (diff) | |
download | gentoo-2b16a3ecf39a3aaa354d1f079d180fc53ee4709e.tar.gz gentoo-2b16a3ecf39a3aaa354d1f079d180fc53ee4709e.tar.bz2 gentoo-2b16a3ecf39a3aaa354d1f079d180fc53ee4709e.zip |
dev-lang/rust: Stabilize 1.89.0 arm, #963081
Signed-off-by: Sam James <[email protected]>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.89.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.89.0.ebuild b/dev-lang/rust/rust-1.89.0.ebuild index 3fbc23198b34..83185401edf3 100644 --- a/dev-lang/rust/rust-1.89.0.ebuild +++ b/dev-lang/rust/rust-1.89.0.ebuild @@ -42,7 +42,7 @@ else verify-sig? ( https://static.rust-lang.org/dist/${MY_P}-src.tar.xz.asc ) " S="${WORKDIR}/${MY_P}-src" - KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" fi DESCRIPTION="Systems programming language originally developed by Mozilla" |