commit: e5e7b7ea1ea08813b8fa69c6dd371e591091d8de
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 08:57:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 08:59:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e7b7ea
Add 21.0.0_pre20250412 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 b7ec3a9c484f..a1e22f3203f6 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_pre20250412)
+
EGIT_COMMIT=fa4ac19f0fc937e30fd7711dad98d0fcdb34f8ba
+ ;;
21.0.0_pre20250405)
EGIT_COMMIT=f3e6473df46fd920e09e06e57a5549eb8e3a8bd3
;;