diff options
author | Sven Wegener <swegener@gentoo.org> | 2017-11-08 14:25:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2017-11-08 14:29:20 +0000 |
commit | e2bb9685e12186bf5990cbd82f563cb22efef520 (patch) | |
tree | 387cddeb89dd0d940764befbabc6bd7b28683ec2 /net-dns/pdns-recursor | |
parent | app-emulation/xen-tools: amd64 stable wrt bug #631366 (diff) | |
download | gentoo-e2bb9685e12186bf5990cbd82f563cb22efef520.tar.gz gentoo-e2bb9685e12186bf5990cbd82f563cb22efef520.tar.bz2 gentoo-e2bb9685e12186bf5990cbd82f563cb22efef520.zip |
net-dns/pdns-recursor: Add boost sub-slot dependency
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.1.0_rc2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild index 2b644a932581..60e59cefe9fe 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild @@ -19,10 +19,10 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:= ) protobuf? ( dev-libs/protobuf - >=dev-libs/boost-1.42 + >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) - >=dev-libs/boost-1.35" + >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" DEPEND="${DEPEND} diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc2.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc2.ebuild index af25e5a953c5..7cb168d0b3b7 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc2.ebuild @@ -18,10 +18,10 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:= ) protobuf? ( dev-libs/protobuf - >=dev-libs/boost-1.42 + >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) - >=dev-libs/boost-1.35" + >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" DEPEND="${DEPEND} |