commit:     f13c9d8e31c39070535a04d13a2f128f1b5b9999
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 09:14:03 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 09:14:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13c9d8e

rust.eclass: add 1.84.0

This was removed after 1.84.0 was dropped however it
needs to remain in the eclass for a bit longer to provide
users who have not updated in a while the opportunity to use
an installed 1.84.0 to build 1.84.1 or 1.85.0.

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 eclass/rust.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index d887970c34a7..9ead9d005706 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -71,6 +71,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
        ["1.86.0"]=19
        ["1.85.0"]=19
        ["1.84.1"]=19
+       ["1.84.0"]=19
        ["1.83.0"]=19
        ["1.82.0"]=19
        ["1.81.0"]=18
@@ -95,6 +96,7 @@ declare -a -g -r _RUST_SLOTS_ORDERED=(
        "1.86.0"
        "1.85.0"
        "1.84.1"
+       "1.84.0"
        "1.83.0"
        "1.82.0"
        "1.81.0"

Reply via email to