Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Sun, 02 May 2021 19:19:26
Message-Id: 1619983027.5c4b2e0756aa78d37b6577aee4c2c04f03872f43.zlogene@gentoo
1 commit: 5c4b2e0756aa78d37b6577aee4c2c04f03872f43
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:17:07 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:17:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4b2e07
7
8 net-dns/pdns-recursor: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild | 5 ++---
14 net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 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
18 index 45019235e81..59d7eaeaa9d 100644
19 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild
20 +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.2-r100.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
22 LICENSE="GPL-2"
23 SLOT="0"
24 KEYWORDS="amd64 ~arm x86"
25 -IUSE="debug dnstap libressl protobuf snmp sodium systemd"
26 +IUSE="debug dnstap protobuf snmp sodium systemd"
27 REQUIRED_USE="${LUA_REQUIRED_USE}
28 dnstap? ( protobuf )"
29
30 @@ -27,8 +27,7 @@ DEPEND="${LUA_DEPS}
31 systemd? ( sys-apps/systemd:0= )
32 snmp? ( net-analyzer/net-snmp )
33 sodium? ( dev-libs/libsodium:= )
34 - libressl? ( dev-libs/libressl:= )
35 - !libressl? ( dev-libs/openssl:= )
36 + dev-libs/openssl:=
37 >=dev-libs/boost-1.35:="
38 RDEPEND="${DEPEND}
39 !<net-dns/pdns-2.9.20-r1
40
41 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild
42 index 312ff4250bd..dc546d8cd6c 100644
43 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild
44 +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.3.ebuild
45 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
46 LICENSE="GPL-2"
47 SLOT="0"
48 KEYWORDS="~amd64 ~arm ~x86"
49 -IUSE="debug dnstap libressl protobuf snmp sodium systemd test"
50 +IUSE="debug dnstap protobuf snmp sodium systemd test"
51 REQUIRED_USE="${LUA_REQUIRED_USE}
52 dnstap? ( protobuf )"
53 RESTRICT="!test? ( test )"
54 @@ -28,8 +28,7 @@ DEPEND="${LUA_DEPS}
55 systemd? ( sys-apps/systemd:0= )
56 snmp? ( net-analyzer/net-snmp )
57 sodium? ( dev-libs/libsodium:= )
58 - libressl? ( dev-libs/libressl:= )
59 - !libressl? ( dev-libs/openssl:= )
60 + dev-libs/openssl:=
61 >=dev-libs/boost-1.35:="
62 RDEPEND="${DEPEND}
63 !<net-dns/pdns-2.9.20-r1