commit: 9056ac677938e04f22a5972fe76db7173a157846 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 21:55:27 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 21:55:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9056ac67
llvm-r1.eclass: update _LLVM_NEWEST_SLOT to 19 Bug: https://bugs.gentoo.org/945145 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/llvm-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index 7b9f26e17b58..f2bf0fffee09 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -61,7 +61,7 @@ _LLVM_OLDEST_SLOT=15 # @DESCRIPTION: # The newest stable LLVM version. Versions newer than that won't # be automatically enabled via USE defaults. -_LLVM_NEWEST_STABLE=18 +_LLVM_NEWEST_STABLE=19 # == control variables ==