commit:     40206b0041b181207dd0602fde77ea37397dbcec
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 18:37:08 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 18:37:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40206b00

rust.eclass: add 1.84.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 eclass/rust.eclass              | 2 ++
 profiles/base/package.use.force | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index d25c5303c0d0..46b441ba6701 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -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"

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 7461c0d72b2d..03ebc138e7cf 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -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

Reply via email to