From b9d995791a762215ef1ced2cc1a47b8d3c2cff1a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Dec 2022 21:28:20 +0000 Subject: gentoo auto-resync : 13:12:2022 - 21:28:20 --- app-shells/bash/bash-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-shells/bash/bash-9999.ebuild') diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 6f6be5e13621..5fecc6b0353c 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -130,6 +130,11 @@ src_unpack() { else if use verify-sig ; then verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.sig} + + local patch + for patch in "${MY_PATCHES[@]}" ; do + verify-sig_verify_detached ${patch}{,.sig} + done fi unpack ${MY_P}.tar.gz -- cgit v1.2.3