diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-06 17:27:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-06 18:03:17 +0100 |
commit | 50768f174ba6a9d8c1ec81c8a57207e3645b8e79 (patch) | |
tree | 6f2e43be3e2b4959d1721211fd61cfd46c9a6f25 /eclass | |
parent | sys-devel/llvm-common: Remove old (diff) | |
download | gentoo-50768f174ba6a9d8c1ec81c8a57207e3645b8e79.tar.gz gentoo-50768f174ba6a9d8c1ec81c8a57207e3645b8e79.tar.bz2 gentoo-50768f174ba6a9d8c1ec81c8a57207e3645b8e79.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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index fc278f21092d..04ed226cde9f 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,9 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 19.0.0_pre20240302) EGIT_COMMIT=597f9761c3a5ba278fa930d2fac13f156287d505 ;; - 19.0.0_pre20240224) - EGIT_COMMIT=60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e - ;; *) die "Unknown snapshot: ${PV}" ;; |