commit: f66f6a38a2dc79da1b81e156f03e740d7211303a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 14 14:26:18 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 14 14:26:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66f6a38
llvm-r1.eclass: update _LLVM_NEWEST_STABLE to 20 Bug: https://bugs.gentoo.org/958081 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/llvm-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index e59bd9c317b9..8b78a4381114 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @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=19 +_LLVM_NEWEST_STABLE=20 # == control variables ==
