diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-29 07:48:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-29 13:20:07 +0200 |
commit | 9eb9c38441aacd1b214fc8988ca79052419c4abc (patch) | |
tree | 80193e2b08df4db4850976c1903f36df71897f89 /eclass | |
parent | sci-geosciences/gpxsee: bump to 13.7 (diff) | |
download | gentoo-9eb9c38441aacd1b214fc8988ca79052419c4abc.tar.gz gentoo-9eb9c38441aacd1b214fc8988ca79052419c4abc.tar.bz2 gentoo-9eb9c38441aacd1b214fc8988ca79052419c4abc.zip |
llvm.org.eclass: Remove old snapshot support
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 b620557c7a61..d240330adb46 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 18.0.0_pre20230825) EGIT_COMMIT=e3373c6c83d3855adb78f1952a3bf0398baf359e ;; - 18.0.0_pre20230820) - EGIT_COMMIT=fe42682e7818d44cbe19f98ef34caa4e414aa937 - ;; - 18.0.0_pre20230810) - EGIT_COMMIT=7d259b36d2e8148d13087844e6494ad3a5c63edf - ;; - 18.0.0_pre20230803) - EGIT_COMMIT=c4bb3e073548cf436d5fa0406e3ae75e94684dec - ;; *) die "Unknown snapshot: ${PV}" ;; |