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 8F3031580E0 for ; Sat, 01 Feb 2025 10:05:32 +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 67DA9342FAD for ; Sat, 01 Feb 2025 10:05:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 084A4110471; Sat, 01 Feb 2025 10:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EEB761103B6 for ; Sat, 01 Feb 2025 10:05:27 +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 65A63342FA1 for ; Sat, 01 Feb 2025 10:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDE1F1786 for ; Sat, 01 Feb 2025 10:05:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1738404228.ffef90e87a6ce8e8d4d6df895f29f52d6fb891d1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/desc/llvm_slot.desc X-VCS-Directories: profiles/base/ profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ffef90e87a6ce8e8d4d6df895f29f52d6fb891d1 X-VCS-Branch: master Date: Sat, 01 Feb 2025 10:05:25 +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: df2c3bf5-96b5-48e7-9017-b981e19c194d X-Archives-Hash: 72d03aa9608a9dfdbe75067832c79519 commit: ffef90e87a6ce8e8d4d6df895f29f52d6fb891d1 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 1 08:53:05 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 1 10:03:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffef90e8 profiles: Add llvm_slot_21 Signed-off-by: Michał Górny gentoo.org> profiles/base/use.mask | 5 +++-- profiles/desc/llvm_slot.desc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d06cfe9445af..fbfe251fd8c2 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,11 +1,12 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. # Michał Górny (2024-12-31) -# LLVM slot 20 has no releases yet. +# LLVM slots with no keyworded releases yet. +llvm_slot_21 llvm_slot_20 # Andreas Sturmlechner (2024-12-11) diff --git a/profiles/desc/llvm_slot.desc b/profiles/desc/llvm_slot.desc index b6a02407e149..8577ceeffb2e 100644 --- a/profiles/desc/llvm_slot.desc +++ b/profiles/desc/llvm_slot.desc @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors. +# Copyright 2024-2025 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 15 - Use LLVM 15. @@ -7,3 +7,4 @@ 18 - Use LLVM 18. 19 - Use LLVM 19. 20 - Use LLVM 20. +21 - Use LLVM 21.