diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-07 17:26:45 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-07 17:26:45 +0000 |
commit | 9522009e378cd2f8086121f2d50990f8222df5e4 (patch) | |
tree | 762119084db56618ec4ac327d13c07dd1a697ce5 /dev-lang/rust | |
parent | dev-lang/rust-bin: Stabilize 1.71.1 arm, #913962 (diff) | |
download | gentoo-9522009e378cd2f8086121f2d50990f8222df5e4.tar.gz gentoo-9522009e378cd2f8086121f2d50990f8222df5e4.tar.bz2 gentoo-9522009e378cd2f8086121f2d50990f8222df5e4.zip |
dev-lang/rust: Stabilize 1.71.1 arm, #913962
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index e145e0e48bfc..7d827d5bacab 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |