commit: abdd3db1c5197e687f67fa157a04b535c22c58ab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 27 13:24:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 13:24:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdd3db1
llvm-r1.eclass: LLVM 21 is now stable Bug: https://bugs.gentoo.org/968019 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 8b78a4381114..fc9fab75e8f6 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -63,7 +63,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=20 +_LLVM_NEWEST_STABLE=21 # == control variables ==
