diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:17:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:17:07 +0300 |
commit | 5c4b2e0756aa78d37b6577aee4c2c04f03872f43 (patch) | |
tree | ab49ed629dafb863ee78834724bee4eea91bec1d /net-dns | |
parent | net-dns/pdns: remove libressl support (diff) | |
download | gentoo-5c4b2e0756aa78d37b6577aee4c2c04f03872f43.tar.gz gentoo-5c4b2e0756aa78d37b6577aee4c2c04f03872f43.tar.bz2 gentoo-5c4b2e0756aa78d37b6577aee4c2c04f03872f43.zip |
net-dns/pdns-recursor: 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-recursor/pdns-recursor-4.4.2-r100.ebuild | 5 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild index 45019235e81e..59d7eaeaa9d4 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="debug dnstap libressl protobuf snmp sodium systemd" +IUSE="debug dnstap protobuf snmp sodium systemd" REQUIRED_USE="${LUA_REQUIRED_USE} dnstap? ( protobuf )" @@ -27,8 +27,7 @@ DEPEND="${LUA_DEPS} systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) + 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.4.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild index 312ff4250bd2..dc546d8cd6ca 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug dnstap libressl protobuf snmp sodium systemd test" +IUSE="debug dnstap protobuf snmp sodium systemd test" REQUIRED_USE="${LUA_REQUIRED_USE} dnstap? ( protobuf )" RESTRICT="!test? ( test )" @@ -28,8 +28,7 @@ DEPEND="${LUA_DEPS} systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) + dev-libs/openssl:= >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} !<net-dns/pdns-2.9.20-r1 |