Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot-resolver/
Date: Tue, 01 Nov 2022 17:59:32
Message-Id: 1667324853.edd78a9db2d9bf504bfcffd9c996b8e3f14a82b9.matthew@gentoo
1 commit: edd78a9db2d9bf504bfcffd9c996b8e3f14a82b9
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 17:47:33 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 17:47:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd78a9d
7
8 net-dns/knot-resolver: add missing verify-sig depend
9
10 Closes: https://bugs.gentoo.org/878437
11 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
12
13 net-dns/knot-resolver/knot-resolver-5.5.3.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild b/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild
17 index 608408bc9bf9..e059f6d60333 100644
18 --- a/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild
19 +++ b/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild
20 @@ -44,7 +44,10 @@ DEPEND="
21 dev-util/cmocka
22 )
23 "
24 -BDEPEND="virtual/pkgconfig"
25 +BDEPEND="
26 + virtual/pkgconfig
27 + verify-sig? ( sec-keys/openpgp-keys-knot-resolver )
28 +"
29
30 PATCHES=(
31 "${FILESDIR}"/${PN}-5.5.3-docdir.patch