commit: ed6c96b8c2ea3dbc37057b678ee8585dbaa4625c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 14 14:26:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 14 14:26:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6c96b8
llvm-r2.eclass: update _LLVM_NEWEST_STABLE to 20 Bug: https://bugs.gentoo.org/958081 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 5370e5dbd8d5..b1d1e9734c43 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=19 +_LLVM_NEWEST_STABLE=20 # == control variables ==
