commit: 9e282ccf63f8ffdbb11a2d4d7b476bc6434ef1a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 23 17:24:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 23 17:24:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e282ccf
profiles/base: un-stablemask llvm_slot_18 We forgot to do this earlier after stabling LLVM 18 & changing the eclass default. Bug: https://bugs.gentoo.org/934385 Bug: https://bugs.gentoo.org/935984 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/use.stable.mask | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 63704adbe45a..de017f0c28aa 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -15,10 +15,6 @@ python_single_target_python3_13 python_targets_pypy3 python_single_target_pypy3 -# 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_ruby33
