diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-11 11:34:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-11 11:34:25 +0200 |
commit | ca33be2065280660250f1c3010e1f5ada418423c (patch) | |
tree | e11dc60c8c22fbcf2f366fda440bb7cd57692664 /eclass | |
parent | sys-devel/llvm-common: Remove old (diff) | |
download | gentoo-ca33be2065280660250f1c3010e1f5ada418423c.tar.gz gentoo-ca33be2065280660250f1c3010e1f5ada418423c.tar.bz2 gentoo-ca33be2065280660250f1c3010e1f5ada418423c.zip |
llvm.org.eclass: Clean old snapshots up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 1fb544094d4a..2de0680628ee 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 17.0.0_pre20230609) EGIT_COMMIT=62c0bdabfa32f6e32b17b45425b15309db340dfb ;; - 17.0.0_pre20230602) - EGIT_COMMIT=f9753ef1893c3d953a0244e7935d3997499b079a - ;; - 17.0.0_pre20230526) - EGIT_COMMIT=a2684acfb61d40f441e240035d7f1ba50da637c8 - ;; - 17.0.0_pre20230520) - EGIT_COMMIT=abbb22cc0c9c33dedb8d53c2bd3e703f92baace7 - ;; *) die "Unknown snapshot: ${PV}" ;; |