commit: 37aa7efe4f07cf5ed490cbf2705fe9b5597d267e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 12:49:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 14:03:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37aa7efe
Add 21.0.0_pre20250225 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 ca18a41acd08..ed8c6521d902 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
+ 21.0.0_pre20250225)
+
EGIT_COMMIT=d254fa877f419e61e54709f0a6f2e891da893a60
+ ;;
21.0.0_pre20250221)
EGIT_COMMIT=581599096e8a1a89ccd3e053a1209c69a9079083
;;