From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1721518-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id ED9091582EF
	for <garchives@archives.gentoo.org>; Tue, 25 Feb 2025 09:16:08 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id BD407343126
	for <garchives@archives.gentoo.org>; Tue, 25 Feb 2025 09:16:08 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 9BBEA110260;
	Tue, 25 Feb 2025 09:16:07 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id 8D721110260
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Feb 2025 09:16:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 47D9F34311C
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Feb 2025 09:16:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D666236B
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Feb 2025 09:16:05 +0000 (UTC)
From: "Matt Jolly" <kangie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" <kangie@gentoo.org>
Message-ID: <1740474843.f13c9d8e31c39070535a04d13a2f128f1b5b9999.kangie@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
X-VCS-Repository: repo/gentoo
X-VCS-Files: eclass/rust.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: kangie
X-VCS-Committer-Name: Matt Jolly
X-VCS-Revision: f13c9d8e31c39070535a04d13a2f128f1b5b9999
X-VCS-Branch: master
Date: Tue, 25 Feb 2025 09:16:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9b4cebb3-d7cf-49ca-a943-25e883d219f3
X-Archives-Hash: 93009220d58468fad3c8f272213a906c

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"