commit: f7f7ff3fa2cd1c32b64d54fb155ee824cdd25928 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 23 14:05:15 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 23 14:07:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f7ff3f
llvm-r1.eclass: LLVM 18 is now stable Signed-off-by: Michał Górny <mgorny <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 075df9218be8..620697e6e045 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=17 +_LLVM_NEWEST_STABLE=18 # == control variables ==
