diff options
author | Sven Wegener <swegener@gentoo.org> | 2017-11-28 23:23:43 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2017-11-28 23:52:09 +0000 |
commit | a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792 (patch) | |
tree | a01164b359c6d8cc6c589afcb8c607ead33e4c13 /net-dns/pdns-recursor | |
parent | media-gfx/imagemagick: Bump to v6.9.9.23 / 7.0.7.11 (diff) | |
download | gentoo-a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792.tar.gz gentoo-a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792.tar.bz2 gentoo-a59f7fe694c5941dd5e4df5a9b46a84d0d1fd792.zip |
net-dns/pdns-recursor: Add libressl/openssl dependency
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-dns/pdns-recursor')
4 files changed, 12 insertions, 4 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild index f9b248316b36..30f31e4cc5bb 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.6-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="lua luajit protobuf systemd" +IUSE="libressl lua luajit protobuf systemd" REQUIRED_USE="?? ( lua luajit )" DEPEND="lua? ( >=dev-lang/lua-5.1:= ) @@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=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.6.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild index 60e59cefe9fe..8ad027121b3c 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="lua luajit protobuf systemd" +IUSE="libressl lua luajit protobuf systemd" REQUIRED_USE="?? ( lua luajit )" DEPEND="lua? ( >=dev-lang/lua-5.1:= ) @@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=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.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild index 0a340128667f..9d36d7629444 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="lua luajit protobuf systemd" +IUSE="libressl lua luajit protobuf systemd" REQUIRED_USE="?? ( lua luajit )" DEPEND="lua? ( >=dev-lang/lua-5.1:= ) @@ -22,6 +22,8 @@ DEPEND="lua? ( >=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild index 7cb168d0b3b7..46c66b636ec5 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="luajit protobuf systemd" +IUSE="libressl luajit protobuf systemd" DEPEND="!luajit? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:= ) @@ -21,6 +21,8 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= ) >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1" |