commit: a898070a7df034c8410f3a3f6b549c0172bc4724 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 21 00:25:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 21 00:25:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a898070a
rust.eclass: add 1.91.0 slot We already have it in the LLVM map but not in the slot list. Closes: https://bugs.gentoo.org/964752 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/rust.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 309a3f4d5d19..b5a992199dce 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -98,6 +98,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.91.0" "1.90.0" "1.89.0" "1.88.0"
