Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/
Date: Sat, 04 Dec 2021 16:21:39
Message-Id: 1638634879.bd5e3f66f50ddaeff715dc691a0ef3dc3b297095.floppym@gentoo
1 commit: bd5e3f66f50ddaeff715dc691a0ef3dc3b297095
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 4 16:18:08 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 16:21:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5e3f66
7
8 net-dns/unbound: fix dependencies
9
10 Move systemd to CDEPEND.
11 Move swig to BDEPEND.
12 Move ldns-utils[examples] to BDEPEND and allow ldns[examples] as an
13 alternative.
14
15 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
16
17 .../{unbound-1.13.2.ebuild => unbound-1.13.2-r1.ebuild} | 17 +++++++++++------
18 1 file changed, 11 insertions(+), 6 deletions(-)
19
20 diff --git a/net-dns/unbound/unbound-1.13.2.ebuild b/net-dns/unbound/unbound-1.13.2-r1.ebuild
21 similarity index 96%
22 rename from net-dns/unbound/unbound-1.13.2.ebuild
23 rename to net-dns/unbound/unbound-1.13.2-r1.ebuild
24 index 4e61650bf380..affd90fd1da6 100644
25 --- a/net-dns/unbound/unbound-1.13.2.ebuild
26 +++ b/net-dns/unbound/unbound-1.13.2-r1.ebuild
27 @@ -38,18 +38,23 @@ CDEPEND="acct-group/unbound
28 )
29 http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] )
30 python? ( ${PYTHON_DEPS} )
31 - redis? ( dev-libs/hiredis:= )"
32 + redis? ( dev-libs/hiredis:= )
33 + systemd? ( sys-apps/systemd )
34 +"
35
36 -BDEPEND="virtual/pkgconfig"
37 -
38 -DEPEND="${CDEPEND}
39 +BDEPEND="virtual/pkgconfig
40 python? ( dev-lang/swig )
41 test? (
42 - net-dns/ldns-utils[examples]
43 + || (
44 + net-libs/ldns[examples(-)]
45 + net-dns/ldns-utils[examples(-)]
46 + )
47 dev-util/splint
48 app-text/wdiff
49 )
50 - systemd? ( sys-apps/systemd )"
51 +"
52 +
53 +DEPEND="${CDEPEND}"
54
55 RDEPEND="${CDEPEND}
56 net-dns/dnssec-root