diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:15:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-19 21:50:17 +0200 |
commit | ceda2784e17618d1669c074f1189c04fa36a8ed9 (patch) | |
tree | 7a21b63c2ed31a30514e7ad1cc093607413a8dc4 /eclass | |
parent | dev-libs/libffi: update EAPI 7 -> 8; fix float args on sparc (diff) | |
download | gentoo-ceda2784e17618d1669c074f1189c04fa36a8ed9.tar.gz gentoo-ceda2784e17618d1669c074f1189c04fa36a8ed9.tar.bz2 gentoo-ceda2784e17618d1669c074f1189c04fa36a8ed9.zip |
llvm.org.eclass: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 9bffc118f265..91ab4ca76b77 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 18.0.0_pre20231013) EGIT_COMMIT=5d35273a32d239b7407338e13ed71b59174d6536 ;; - 18.0.0_pre20231002) - EGIT_COMMIT=39fec5457c0925bd39f67f63fe17391584e08258 - ;; - 18.0.0_pre20230925) - EGIT_COMMIT=f5cb9cb59d7c9c6ac3d5c41c677f68c9b75d34a3 - ;; *) die "Unknown snapshot: ${PV}" ;; |