diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 04:23:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-03 04:23:17 +0100 |
commit | 8bd88794785966865e0834f57e162f54b0816093 (patch) | |
tree | 6e81d3a6fa4a9b2137a6aee8888c289b61690863 /dev-lang | |
parent | x11-wm/mutter: Stabilize 44.1-r1 arm64, #907636 (diff) | |
download | gentoo-8bd88794785966865e0834f57e162f54b0816093.tar.gz gentoo-8bd88794785966865e0834f57e162f54b0816093.tar.bz2 gentoo-8bd88794785966865e0834f57e162f54b0816093.zip |
dev-lang/rust: Stabilize 1.69.0-r1 arm64, #907722
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.69.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.69.0-r1.ebuild b/dev-lang/rust/rust-1.69.0-r1.ebuild index 20dae73afc36..187e608d2535 100644 --- a/dev-lang/rust/rust-1.69.0-r1.ebuild +++ b/dev-lang/rust/rust-1.69.0-r1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).2" |