commit: 980eeb06da7b108911fc971f037296ccaa5a8225
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 13:07:48 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 13:32:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980eeb06
llvm.org.eclass: Add 20.0.0_pre20250125 snapshot
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 67fabd54e768..c99aa430a740 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 20.0.0_pre20250125)
+
EGIT_COMMIT=1f26ac10ca1bef40a80be8f81a6f109713bc586f
+ ;;
20.0.0_pre20250122)
EGIT_COMMIT=97c3a990f05606cb807faf53bc41302fb62c7980
;;