diff options
Diffstat (limited to 'net-dns/pdns/pdns-4.4.0-r100.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-4.4.0-r100.ebuild | 5 |
1 files changed, 2 insertions, 3 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:= ) |