commit: d014a904d6a44905ed7c541d21355596522cb803 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:37:04 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:39:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d014a904
profiles: Move llvm_slot_20 to stable.mask Also let's add llvm_slot_21 there, to keep the message permanently there. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/use.mask | 1 - profiles/base/use.stable.mask | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index fbfe251fd8c2..11ef4f980417 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -7,7 +7,6 @@ # Michał Górny <[email protected]> (2024-12-31) # LLVM slots with no keyworded releases yet. llvm_slot_21 -llvm_slot_20 # Andreas Sturmlechner <[email protected]> (2024-12-11) # dev-db/firebird last-rites preparation diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index f38e5e82c741..a20d2f136b8d 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,11 @@ # New entries go on top. # Please use the same syntax as in use.mask. +# Michał Górny <[email protected]> (2024-12-31) +# LLVM slots with no stable releases yet. +llvm_slot_21 +llvm_slot_20 + # Hans de Graaff <[email protected]> (2024-12-26) # Currently in testing and not ready to go stable yet. ruby_targets_ruby34
