From 290844d409ace33d948956aec3c542ea6f4a7b13 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Oct 2022 01:09:37 +0100 Subject: gentoo auto-resync : 01:10:2022 - 01:09:37 --- eclass/Manifest.gz | Bin 37294 -> 37296 bytes eclass/llvm.org.eclass | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index fa2778a561fa..1c31a4f394ca 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index bea8bc8cf31b..869ef157284a 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 16.0.0_pre20220918) EGIT_COMMIT=303526ef3aa211c1930be2885deae15eeeda3b18 ;; + 16.0.0_pre20220930) + EGIT_COMMIT=215c9fa4deac9ec6b4e504843830551f03b60620 + ;; *) die "Unknown snapshot: ${PV}" ;; @@ -90,7 +93,7 @@ fi inherit multiprocessing -if ver_test -ge 14.0.5; then +if [[ ${_LLVM_SOURCE_TYPE} == tar ]] && ver_test -ge 14.0.5; then inherit verify-sig fi -- cgit v1.2.3