commit: 17423585ad57a733ac81e45292c17f2899730f7b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 16:03:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 16:11:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17423585
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 3f4b4d29a7b9..0b058ee7d6fc 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
17.0.0_pre20230722)
EGIT_COMMIT=5f1a388a11ae67c2e5d7a4d1fe45e369a393c572
;;
- 17.0.0_pre20230717)
-
EGIT_COMMIT=3cd3f11c174baa001b337b88c7a6507eb5705cf2
- ;;
- 17.0.0_pre20230705)
-
EGIT_COMMIT=5ae7fde004cbc640c2f60207791ac36574e5f5c6
- ;;
*)
die "Unknown snapshot: ${PV}"
;;