rust.eclass: add 1.84.1

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-02-05 20:37:08 +02:00
parent a982c98e32
commit 40206b0041
2 changed files with 4 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ fi
# @DESCRIPTION:
# Definitive list of Rust slots and the associated LLVM slot, newest first.
declare -A -g -r _RUST_LLVM_MAP=(
["1.84.1"]=19
["1.84.0"]=19
["1.83.0"]=19
["1.82.0"]=19
@@ -88,6 +89,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
# While _RUST_LLVM_MAP stores useful info about the relationship between Rust and LLVM slots,
# this array is used to store the Rust slots in a more convenient order for iteration.
declare -a -g -r _RUST_SLOTS_ORDERED=(
"1.84.1"
"1.84.0"
"1.83.0"
"1.82.0"

View File

@@ -26,6 +26,8 @@ llvm-runtimes/libcxxabi clang
# echo "dev-lang/rust:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}"
# echo "dev-lang/rust-bin:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}"
# done
dev-lang/rust:1.84.1 llvm_slot_19
dev-lang/rust-bin:1.84.1 llvm_slot_19
dev-lang/rust:1.84.0 llvm_slot_19
dev-lang/rust-bin:1.84.0 llvm_slot_19
dev-lang/rust:1.83.0 llvm_slot_19