Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 26 Sep 2022 15:58:23
Message-Id: 1664207869.e59347f05d739d9c76335ea22e7d9b892362653f.mgorny@gentoo
1 commit: e59347f05d739d9c76335ea22e7d9b892362653f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 15:57:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 15:57:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59347f0
7
8 llvm.org.eclass: Revert "Enable 16.0.0_pre20220926 snap"
9
10 The 16.x is far too broken right now for this to be usable.
11
12 Reverts: de4df136bfa2fd8b1b28e9137991d1d95057a873
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 eclass/llvm.org.eclass | 3 ---
16 1 file changed, 3 deletions(-)
17
18 diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
19 index 01c08affa06c..bea8bc8cf31b 100644
20 --- a/eclass/llvm.org.eclass
21 +++ b/eclass/llvm.org.eclass
22 @@ -72,9 +72,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
23 16.0.0_pre20220918)
24 EGIT_COMMIT=303526ef3aa211c1930be2885deae15eeeda3b18
25 ;;
26 - 16.0.0_pre20220926)
27 - EGIT_COMMIT=4f188ef89ce5a3bee21fd0b4e8fcdf7f030f64b2
28 - ;;
29 *)
30 die "Unknown snapshot: ${PV}"
31 ;;