commit: 19e4eb1d5f5229dfc0ec1f4bcf3cbb0c9ca4af5d
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 05:16:16 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 08:19:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e4eb1d
eclass: rust: add 1.89.0 to available slots
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
eclass/rust.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index 183d5cd4efab..3c9693e00f59 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -68,6 +68,7 @@ fi
# Definitive list of Rust slots and the associated LLVM slot, newest first.
declare -A -g -r _RUST_LLVM_MAP=(
["9999"]=20
+ ["1.89.0"]=20
["1.88.0"]=20
["1.87.0"]=20
["1.86.0"]=19
@@ -95,6 +96,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
# this array is used to store the Rust slots in a more convenient order for
iteration.
declare -a -g -r _RUST_SLOTS_ORDERED=(
"9999"
+ "1.89.0"
"1.88.0"
"1.87.0"
"1.86.0"