commit:     486a5fa09d98a93c3f89c0701041dbca234db57d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 19:15:55 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:15:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486a5fa0

net-dns/pdns: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-dns/pdns/pdns-4.4.0-r100.ebuild | 5 ++---
 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 afffc022f8d..b37e0944e77 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 5e50badd229..d0dea33b39f 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:= )

Reply via email to