commit: e59347f05d739d9c76335ea22e7d9b892362653f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 15:57:49 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 15:57:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59347f0
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 <AT> gentoo.org>
eclass/llvm.org.eclass | 3 ---
1 file changed, 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}"
;;