commit: d2ccf2e5eeb347e00b1c21cb797ce223a05dfe78 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 4 17:41:10 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 18:08:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ccf2e5
profiles: Move llvm_slot_18 mask from unconditional to stable Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/base/use.mask | 1 - profiles/base/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 14aad0722e3b..451dd7d0fadc 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -15,7 +15,6 @@ atlas # Michał Górny <[email protected]> (2024-02-05) # LLVM slots without keywords. -llvm_slot_18 llvm_slot_19 # Andrew Ammerlaan <[email protected]> (2023-07-11) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 142757e993b6..59d9eb195daf 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <[email protected]> (2024-04-04) +# LLVM slots without stablekeywords. +llvm_slot_18 + # Hans de Graaff <[email protected]> (2023-12-25) # Currently in testing and not ready to go stable yet. ruby_targets_ruby32
