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 6FD06158088 for ; Fri, 31 Oct 2025 07:02:58 +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 1F378340EBA for ; Fri, 31 Oct 2025 07:02:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C807311056D; Fri, 31 Oct 2025 07:02:54 +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 BD48C11056D for ; Fri, 31 Oct 2025 07:02:54 +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 7AD48340E2D for ; Fri, 31 Oct 2025 07:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC253AA0 for ; Fri, 31 Oct 2025 07:02:52 +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: <1761894057.aa06b5e06db5294fae06334615b9575f832e941a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa06b5e06db5294fae06334615b9575f832e941a X-VCS-Branch: master Date: Fri, 31 Oct 2025 07:02:52 +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: 30075634-51e4-41b6-9109-909c0c27c700 X-Archives-Hash: f00595ab967aae6220dadceea2679151 commit: aa06b5e06db5294fae06334615b9575f832e941a Author: Sam James gentoo org> AuthorDate: Fri Oct 31 07:00:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 31 07:00:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa06b5e0 profiles/base: force LLVM 21 for Rust 1.91.0 I thought this was done already for the betas. Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 13ec9bad1ad5..5ee5e2e152ef 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -78,6 +78,8 @@ llvm-runtimes/libcxxabi clang # echo "dev-lang/rust:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}" # echo "dev-lang/rust-bin:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}" # done +dev-lang/rust:1.91.0 llvm_slot_21 +dev-lang/rust-bin:1.91.0 llvm_slot_21 dev-lang/rust:1.90.0 llvm_slot_20 dev-lang/rust-bin:1.90.0 llvm_slot_20 dev-lang/rust:1.89.0 llvm_slot_20