commit: 604336243989f74e6e9f459a95debea71d8b0945
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 05:03:32 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 23:16:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60433624
rust.eclass: Drop 1.54.0
This slot was removed when the (m)rust(c) bootstrap path was added
but its removal from the eclass was overlooked.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
eclass/rust.eclass | 2 --
1 file changed, 2 deletions(-)
diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index 0630d5973854..d25c5303c0d0 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -79,7 +79,6 @@ declare -A -g -r _RUST_LLVM_MAP=(
["1.75.0"]=17
["1.74.1"]=17
["1.71.1"]=16
- ["1.54.0"]=12
)
# @ECLASS_VARIABLE: _RUST_SLOTS_ORDERED
@@ -101,7 +100,6 @@ declare -a -g -r _RUST_SLOTS_ORDERED=(
"1.75.0"
"1.74.1"
"1.71.1"
- "1.54.0"
)
# == user control knobs ==