commit: ffef90e87a6ce8e8d4d6df895f29f52d6fb891d1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 1 08:53:05 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 <[email protected]> (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 <[email protected]> (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.
