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: Sun, 01 Jan 2023 21:00:47
Message-Id: 1672606747.657923c99a7182366e18df5df3b0ee7479047acf.mgorny@gentoo
1 commit: 657923c99a7182366e18df5df3b0ee7479047acf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 11:57:43 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 20:59:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657923c9
7
8 llvm.org.eclass: Add 16.0.0_pre20230101 snapshot
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/llvm.org.eclass | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
16 index 92c474433b07..7edcc7aa2f38 100644
17 --- a/eclass/llvm.org.eclass
18 +++ b/eclass/llvm.org.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 2019-2022 Gentoo Authors
21 +# Copyright 2019-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: llvm.org.eclass
25 @@ -87,6 +87,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
26 16.0.0_pre20221226)
27 EGIT_COMMIT=dfc20708bcdf7b4c4bea8595fc4ac8674634d5e6
28 ;;
29 + 16.0.0_pre20230101)
30 + EGIT_COMMIT=b20dd2b186fdc76828219b705a2b58f5830f4b9d
31 + ;;
32 *)
33 die "Unknown snapshot: ${PV}"
34 ;;