commit: e334611f71b57f3696da8457a93ce59f4be30c61 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 31 21:00:00 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 31 21:50:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e334611f
llvm.org.eclass: main is now 21.x Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/llvm.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 305d68328028..348bea3dd1db 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -57,7 +57,7 @@ LLVM_VERSION=$(ver_cut 1-3) # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MAIN_MAJOR=20 +_LLVM_MAIN_MAJOR=21 # @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL
