commit: 00f7b898e7f2132af1fa1552aec48cb8b5fdf37f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 09:00:00 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 11:22:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f7b898
llvm.org.eclass: Add 17.0.0_pre20230609 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 c5bdc7d1d8be..1fb544094d4a 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 17.0.0_pre20230609)
+
EGIT_COMMIT=62c0bdabfa32f6e32b17b45425b15309db340dfb
+ ;;
17.0.0_pre20230602)
EGIT_COMMIT=f9753ef1893c3d953a0244e7935d3997499b079a
;;