From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5C078158176 for ; Tue, 21 Oct 2025 00:26:01 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 44D09340FB3 for ; Tue, 21 Oct 2025 00:26:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4C59C1104B5; Tue, 21 Oct 2025 00:26:00 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 463021104B5 for ; Tue, 21 Oct 2025 00:26:00 +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 F3242340FB3 for ; Tue, 21 Oct 2025 00:25:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 536D73AD9 for ; Tue, 21 Oct 2025 00:25:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1761006315.a898070a7df034c8410f3a3f6b549c0172bc4724.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a898070a7df034c8410f3a3f6b549c0172bc4724 X-VCS-Branch: master Date: Tue, 21 Oct 2025 00:25:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a653c78e-de4a-4c67-93d1-83c6a70f70fc X-Archives-Hash: f1dbc64f45a87c5696168e4efc3ec905 commit: a898070a7df034c8410f3a3f6b549c0172bc4724 Author: Sam James gentoo org> AuthorDate: Tue Oct 21 00:25:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 21 00:25:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a898070a rust.eclass: add 1.91.0 slot We already have it in the LLVM map but not in the slot list. Closes: https://bugs.gentoo.org/964752 Signed-off-by: Sam James gentoo.org> eclass/rust.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 309a3f4d5d19..b5a992199dce 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -98,6 +98,7 @@ declare -A -g -r _RUST_LLVM_MAP=( # this array is used to store the Rust slots in a more convenient order for iteration. declare -a -g -r _RUST_SLOTS_ORDERED=( "9999" + "1.91.0" "1.90.0" "1.89.0" "1.88.0"