commit: 999f2b7fb298348f643b5060872e08a60496d677
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 13:45:49 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 18:59:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999f2b7f
llvm.org.eclass: Add 16.0.0_pre20221016 snapshot
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index d033713cb77c..88047e4233cc 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -96,6 +96,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
16.0.0_pre20221010)
EGIT_COMMIT=ebb258d3b0785f6dcc65e1f277d0690891ddc94d
;;
+ 16.0.0_pre20221016)
+
EGIT_COMMIT=14f996dca8a2b5b17d6917528bfd9ee71ba6192a
+ ;;
*)
die "Unknown snapshot: ${PV}"
;;