commit: 9a955793d6cefac956fc054775a4c545fea4e61b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 27 13:24:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 13:24:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a955793
llvm-r2.eclass: LLVM 21 is now stable Bug: https://bugs.gentoo.org/968019 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/llvm-r2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm-r2.eclass b/eclass/llvm-r2.eclass index b1d1e9734c43..57018edc6819 100644 --- a/eclass/llvm-r2.eclass +++ b/eclass/llvm-r2.eclass @@ -70,7 +70,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 ==
