diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:15:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:15:55 +0300 |
commit | 486a5fa09d98a93c3f89c0701041dbca234db57d (patch) | |
tree | 7e578b1f84d205bd7e2af6297ad5da6059e55e22 /net-dns | |
parent | net-dns/getdns: remove libressl support (diff) | |
download | gentoo-486a5fa09d98a93c3f89c0701041dbca234db57d.tar.gz gentoo-486a5fa09d98a93c3f89c0701041dbca234db57d.tar.bz2 gentoo-486a5fa09d98a93c3f89c0701041dbca234db57d.zip |
net-dns/pdns: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/pdns-4.4.0-r100.ebuild | 5 | ||||
-rw-r--r-- | net-dns/pdns/pdns-4.4.1.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-dns/pdns/pdns-4.4.0-r100.ebuild b/net-dns/pdns/pdns-4.4.0-r100.ebuild index afffc022f8d5..b37e0944e77c 100644 --- a/net-dns/pdns/pdns-4.4.0-r100.ebuild +++ b/net-dns/pdns/pdns-4.4.0-r100.ebuild @@ -20,15 +20,14 @@ KEYWORDS="amd64 x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="debug doc geoip ldap libressl lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test" +IUSE="debug doc geoip ldap lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test" RESTRICT="!test? ( test )" REQUIRED_USE="${LUA_REQUIRED_USE} mydns? ( mysql )" DEPEND="${LUA_DEPS} - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) + dev-libs/openssl:= >=dev-libs/boost-1.35:= lua-records? ( >=net-misc/curl-7.21.3 ) mysql? ( dev-db/mysql-connector-c:= ) diff --git a/net-dns/pdns/pdns-4.4.1.ebuild b/net-dns/pdns/pdns-4.4.1.ebuild index 5e50badd2298..d0dea33b39fc 100644 --- a/net-dns/pdns/pdns-4.4.1.ebuild +++ b/net-dns/pdns/pdns-4.4.1.ebuild @@ -20,15 +20,14 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="debug doc geoip ldap libressl lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test" +IUSE="debug doc geoip ldap lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test" RESTRICT="!test? ( test )" REQUIRED_USE="${LUA_REQUIRED_USE} mydns? ( mysql )" DEPEND="${LUA_DEPS} - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) + dev-libs/openssl:= >=dev-libs/boost-1.35:= lua-records? ( >=net-misc/curl-7.21.3 ) mysql? ( dev-db/mysql-connector-c:= ) |