commit: 9ef377360950d138c2dd53118c92c22a50f2de03 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 27 05:48:51 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 27 05:52:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef37736
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 9b44d7f42f39..b5963705eb82 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_pre20230520) EGIT_COMMIT=abbb22cc0c9c33dedb8d53c2bd3e703f92baace7 ;; - 17.0.0_pre20230512) - EGIT_COMMIT=7d436d56b60b36508b94e39d08761f1405a9c770 - ;; - 17.0.0_pre20230502) - EGIT_COMMIT=52882de0e641487329c9e093a90ea3dad01842c8 - ;; *) die "Unknown snapshot: ${PV}" ;;