diff options
author | orbea <orbea@riseup.net> | 2024-11-09 07:33:29 -0800 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-11-09 07:33:29 -0800 |
commit | 8d0db2028a747761c13f1c8d1e9c7177d920ed6f (patch) | |
tree | 7efc9edc64bde02a9dc8a9ffc3ea05af0b6a11d4 | |
parent | net-misc/curl: add 8.10.1-r1, drop 8.10.1 (diff) | |
download | libressl-8d0db2028a747761c13f1c8d1e9c7177d920ed6f.tar.gz libressl-8d0db2028a747761c13f1c8d1e9c7177d920ed6f.tar.bz2 libressl-8d0db2028a747761c13f1c8d1e9c7177d920ed6f.zip |
dev-lang/rust: stabilize 1.81.0 for ppc, ppc64, sparc
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r-- | dev-lang/rust/rust-1.81.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.81.0.ebuild b/dev-lang/rust/rust-1.81.0.ebuild index 268b1e8..422f4ed 100644 --- a/dev-lang/rust/rust-1.81.0.ebuild +++ b/dev-lang/rust/rust-1.81.0.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)).1" |