commit: c5ccc7350f5a146f0525df482ad7e993cb7997f9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 19:30:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 3 19:41:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ccc735
Add 21.0.0_pre20250503 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 b4c9e252685b..30519d337629 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_pre20250503)
+
EGIT_COMMIT=d1e38eab95b07b422194427474521623916bbf29
+ ;;
21.0.0_pre20250426)
EGIT_COMMIT=b9e32749d273a957e60170d6e7ef205fd1fb1834
;;