commit: cbbec6df5d5771af2d17dfb2c38ac0f033eb4b85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 02:55:39 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 03:14:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbec6df
llvm.org.eclass: Remove old snapshot hashes
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 9991c4161ed1..1e62fffa9058 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,12 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
- 17.0.0_pre20230304)
-
EGIT_COMMIT=2708869801ae00f4681f6b2d9d69b25b3fce26b6
- ;;
- 17.0.0_pre20230314)
-
EGIT_COMMIT=4bf004e07e2b9d6e04e3f33e1b02628c679de664
- ;;
17.0.0_pre20230325)
EGIT_COMMIT=0be1fbac2a7797399c0970e3f4033288036b65f6
;;