commit: e9d99a93456b6dc99cdefe280506a2384a6ef031
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 17:36:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 18:02:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d99a93
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 5b58209b70ce..2338c3f2cc53 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,12 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
20.0.0_pre20240917)
EGIT_COMMIT=41f1b467a29d2ca4e35df37c3aa79a0a8c04bc4f
;;
- 20.0.0_pre20240910)
-
EGIT_COMMIT=bece0d7517bd0a036dc8a319514e4a8a5c497dee
- ;;
- 20.0.0_pre20240830)
-
EGIT_COMMIT=5500e21942f7047344b6fee62d3e08c0ba2f9182
- ;;
*)
die "Unknown snapshot: ${PV}"
;;