diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-01-14 09:15:35 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-01-14 09:16:00 -0500 |
commit | 0dae0bfae332e3ff1693680353a576e702c3859b (patch) | |
tree | 055221ac0fcfab216a813a042dd1ef899076b97f /net-dns/pdns-recursor | |
parent | net-analyzer/httping: Old. (diff) | |
download | gentoo-0dae0bfae332e3ff1693680353a576e702c3859b.tar.gz gentoo-0dae0bfae332e3ff1693680353a576e702c3859b.tar.bz2 gentoo-0dae0bfae332e3ff1693680353a576e702c3859b.zip |
net-dns/pdns-recursor: optionally depend on systemd
pdns_recursor is linked against libsystemd.
Package-Manager: Portage-2.3.3_p29, Repoman-2.3.1_p22
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild | 3 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.0.4.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild index 4fd9dbc1c7e3..51031c3d1418 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,6 +22,7 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) dev-libs/protobuf >=dev-libs/boost-1.42 ) + systemd? ( sys-apps/systemd:0= ) >=dev-libs/boost-1.35" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.4.ebuild index 2aefef500653..b0886502f3c3 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.4.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.4.ebuild @@ -22,6 +22,7 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) dev-libs/protobuf >=dev-libs/boost-1.42 ) + systemd? ( sys-apps/systemd:0= ) >=dev-libs/boost-1.35" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" |