From 69202c9dc2e21292adc03d8e2083e15f1814f321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 9 Aug 2022 20:16:39 +0100 Subject: gentoo auto-resync : 09:08:2022 - 20:16:39 --- eclass/Manifest.gz | Bin 36998 -> 36993 bytes eclass/llvm.org.eclass | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 20810aa8a12d..d64233181998 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 8f1f48414d1a..0d17b19c8abf 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -201,14 +201,14 @@ llvm.org_set_globals() { elif [[ ${_LLVM_SOURCE_TYPE} == tar ]]; then if ver_test -ge 14.0.5; then SRC_URI+=" - https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz + https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV/_/-}/llvm-project-${PV/_/}.src.tar.xz verify-sig? ( - https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz.sig + https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV/_/-}/llvm-project-${PV/_/}.src.tar.xz.sig ) " BDEPEND+=" verify-sig? ( - sec-keys/openpgp-keys-llvm + >=sec-keys/openpgp-keys-llvm-15 ) " VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/llvm.asc @@ -302,7 +302,7 @@ llvm.org_src_unpack() { else local archive=llvmorg-${PV/_/-}.tar.gz if ver_test -ge 14.0.5; then - archive=llvm-project-${PV/_/-}.src.tar.xz + archive=llvm-project-${PV/_/}.src.tar.xz if use verify-sig; then verify-sig_verify_detached \ "${DISTDIR}/${archive}" "${DISTDIR}/${archive}.sig" -- cgit v1.2.3