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 0180A1584AD for ; Wed, 23 Apr 2025 11:38:20 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E06DC343067 for ; Wed, 23 Apr 2025 11:38:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 84DEA1104CA; Wed, 23 Apr 2025 11:37:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7B0731104C8 for ; Wed, 23 Apr 2025 11:37:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D86934305E for ; Wed, 23 Apr 2025 11:37:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAFFE27E6 for ; Wed, 23 Apr 2025 11:37:41 +0000 (UTC) From: "Matt Jolly" 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" Message-ID: <1745408163.7c06fc841e0504a3031feab008b40cec64a4cc5d.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: 7c06fc841e0504a3031feab008b40cec64a4cc5d X-VCS-Branch: master Date: Wed, 23 Apr 2025 11:37:41 +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: 82927565-71b4-47bd-af4a-7de1c37fd7d7 X-Archives-Hash: 897a83ef587797175b96ef7e75fb795c commit: 7c06fc841e0504a3031feab008b40cec64a4cc5d Author: Matt Jolly gentoo org> AuthorDate: Mon Apr 21 02:20:05 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Apr 23 11:36:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c06fc84 rust.eclass: add 1.87.0 Signed-off-by: Matt Jolly gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/41680 Signed-off-by: Matt Jolly gentoo.org> eclass/rust.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/rust.eclass b/eclass/rust.eclass index a9ccfed4cf8f..2cc0dd7d23d8 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -68,6 +68,7 @@ fi # Definitive list of Rust slots and the associated LLVM slot, newest first. declare -A -g -r _RUST_LLVM_MAP=( ["9999"]=20 + ["1.87.0"]=20 ["1.86.0"]=19 ["1.85.1"]=19 ["1.85.0"]=19 @@ -94,6 +95,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.87.0" "1.86.0" "1.85.1" "1.85.0"