commit: b299c0518e12776db2dc8ea0beb95ad0a17f98f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 17:57:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 20:13:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b299c051
Add 21.0.0_pre20250317 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 f4e2e239d5f8..dd911b0b3560 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_pre20250317)
+
EGIT_COMMIT=1c3a9a853ce68c3c539e7cab21380b9d8b18f426
+ ;;
21.0.0_pre20250311)
EGIT_COMMIT=cb7298f66d62a3548fcf3bd230304067ecf30d17
;;