diff options
author | Hank Leininger <hlein@korelogic.com> | 2024-02-19 10:45:13 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-19 20:22:14 +0000 |
commit | fec12a1db44041aa37ed5acc198ef70d8b265afa (patch) | |
tree | 837f364cc946113fcba5c4a3222e1c98f207430e /net-dns/bind | |
parent | media-gfx/exiv2: add 0.28.2 (diff) | |
download | gentoo-fec12a1db44041aa37ed5acc198ef70d8b265afa.tar.gz gentoo-fec12a1db44041aa37ed5acc198ef70d8b265afa.tar.bz2 gentoo-fec12a1db44041aa37ed5acc198ef70d8b265afa.zip |
net-dns/bind: Fix USE=doc+verify-sig
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/924995
Bug: https://bugs.gentoo.org/924895
Closes: https://github.com/gentoo/gentoo/pull/35429
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/bind-9.16.48.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-dns/bind/bind-9.16.48.ebuild b/net-dns/bind/bind-9.16.48.ebuild index 21f53bb53ce8..1cb98a27afae 100644 --- a/net-dns/bind/bind-9.16.48.ebuild +++ b/net-dns/bind/bind-9.16.48.ebuild @@ -99,6 +99,13 @@ PATCHES=( "${FILESDIR}/ldap-library-path-on-multilib-machines.patch" ) +src_unpack() { + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.asc} + fi + default +} + src_prepare() { default |