summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-12-04 11:18:08 -0500
committerMike Gilbert <floppym@gentoo.org>2021-12-04 11:21:19 -0500
commitbd5e3f66f50ddaeff715dc691a0ef3dc3b297095 (patch)
tree333062d23d12af7dad283e9ff7fc542c4934d4a6 /net-dns/unbound
parentnet-libs/ldns: install 'drill' command (diff)
downloadgentoo-bd5e3f66f50ddaeff715dc691a0ef3dc3b297095.tar.gz
gentoo-bd5e3f66f50ddaeff715dc691a0ef3dc3b297095.tar.bz2
gentoo-bd5e3f66f50ddaeff715dc691a0ef3dc3b297095.zip
net-dns/unbound: fix dependencies
Move systemd to CDEPEND. Move swig to BDEPEND. Move ldns-utils[examples] to BDEPEND and allow ldns[examples] as an alternative. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/unbound-1.13.2-r1.ebuild (renamed from net-dns/unbound/unbound-1.13.2.ebuild)17
1 files changed, 11 insertions, 6 deletions
diff --git a/net-dns/unbound/unbound-1.13.2.ebuild b/net-dns/unbound/unbound-1.13.2-r1.ebuild
index 4e61650bf380..affd90fd1da6 100644
--- a/net-dns/unbound/unbound-1.13.2.ebuild
+++ b/net-dns/unbound/unbound-1.13.2-r1.ebuild
@@ -38,18 +38,23 @@ CDEPEND="acct-group/unbound
)
http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
- redis? ( dev-libs/hiredis:= )"
+ redis? ( dev-libs/hiredis:= )
+ systemd? ( sys-apps/systemd )
+"
-BDEPEND="virtual/pkgconfig"
-
-DEPEND="${CDEPEND}
+BDEPEND="virtual/pkgconfig
python? ( dev-lang/swig )
test? (
- net-dns/ldns-utils[examples]
+ || (
+ net-libs/ldns[examples(-)]
+ net-dns/ldns-utils[examples(-)]
+ )
dev-util/splint
app-text/wdiff
)
- systemd? ( sys-apps/systemd )"
+"
+
+DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}
net-dns/dnssec-root