summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-12 15:56:23 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-12 20:26:31 +0200
commit26789360bb51b19d4c8245306067c2f59162cb38 (patch)
treef54ad85960fc6a09f4e2e0be001bb499f30e4324 /eclass
parentwww-servers/nginx-unit: Fix for install to unexpected path (diff)
downloadgentoo-26789360bb51b19d4c8245306067c2f59162cb38.tar.gz
gentoo-26789360bb51b19d4c8245306067c2f59162cb38.tar.bz2
gentoo-26789360bb51b19d4c8245306067c2f59162cb38.zip
llvm.org.eclass: Add 17.0.0_pre20230512 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.org.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index b2d48dbbc568..0bc981b77118 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,6 +78,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 17.0.0_pre20230512)
+ EGIT_COMMIT=7d436d56b60b36508b94e39d08761f1405a9c770
+ ;;
17.0.0_pre20230502)
EGIT_COMMIT=52882de0e641487329c9e093a90ea3dad01842c8
;;