summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin40184 -> 40181 bytes
-rw-r--r--eclass/llvm.org.eclass3
-rw-r--r--eclass/rust.eclass4
3 files changed, 6 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 9e48dcc21219..d708ca20d2ca 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 0d5a8f6b5c83..a810027f74f5 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 20.0.0_pre20250111)
+ EGIT_COMMIT=8af4d206e0f979f68925a08f9dffd60a98ce97e2
+ ;;
20.0.0_pre20250104)
EGIT_COMMIT=2529a8df53af9bc6cecfd6c83404ffa5e89e3370
;;
diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index 30b6468d2a9b..0630d5973854 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @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.0"]=19
["1.83.0"]=19
["1.82.0"]=19
["1.81.0"]=18
@@ -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.0"
"1.83.0"
"1.82.0"
"1.81.0"