diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-26 17:57:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-26 17:57:49 +0200 |
commit | e59347f05d739d9c76335ea22e7d9b892362653f (patch) | |
tree | 1f140abcefc6c761034159693808705cc3b5e884 /eclass | |
parent | sys-devel/llvm-common: Remove 16.0.0_pre20220926, it is too broken (diff) | |
download | gentoo-e59347f05d739d9c76335ea22e7d9b892362653f.tar.gz gentoo-e59347f05d739d9c76335ea22e7d9b892362653f.tar.bz2 gentoo-e59347f05d739d9c76335ea22e7d9b892362653f.zip |
llvm.org.eclass: Revert "Enable 16.0.0_pre20220926 snap"
The 16.x is far too broken right now for this to be usable.
Reverts: de4df136bfa2fd8b1b28e9137991d1d95057a873
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 01c08affa06c..bea8bc8cf31b 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -72,9 +72,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 16.0.0_pre20220918) EGIT_COMMIT=303526ef3aa211c1930be2885deae15eeeda3b18 ;; - 16.0.0_pre20220926) - EGIT_COMMIT=4f188ef89ce5a3bee21fd0b4e8fcdf7f030f64b2 - ;; *) die "Unknown snapshot: ${PV}" ;; |