commit: e44e3df2293fa6503c82ec57d8bd7fcb75d8fc69
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 10:41:57 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 10:41:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44e3df2
llvm.org.eclass: Remove old snapshots
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 6 ------
1 file changed, 6 deletions(-)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 90a26937edfb..50de4a62af8f 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,12 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
21.0.0_pre20250317)
EGIT_COMMIT=1c3a9a853ce68c3c539e7cab21380b9d8b18f426
;;
- 21.0.0_pre20250311)
-
EGIT_COMMIT=cb7298f66d62a3548fcf3bd230304067ecf30d17
- ;;
- 21.0.0_pre20250301)
-
EGIT_COMMIT=7e8a06cfa4a2951b8ee77e19e34926e6e535b4d1
- ;;
*)
die "Unknown snapshot: ${PV}"
;;