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/
Date: Sun, 02 May 2021 19:19:26
Message-Id: 1619982955.486a5fa09d98a93c3f89c0701041dbca234db57d.zlogene@gentoo
1 commit: 486a5fa09d98a93c3f89c0701041dbca234db57d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:15:55 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:15:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486a5fa0
7
8 net-dns/pdns: 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/pdns-4.4.0-r100.ebuild | 5 ++---
14 net-dns/pdns/pdns-4.4.1.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/net-dns/pdns/pdns-4.4.0-r100.ebuild b/net-dns/pdns/pdns-4.4.0-r100.ebuild
18 index afffc022f8d..b37e0944e77 100644
19 --- a/net-dns/pdns/pdns-4.4.0-r100.ebuild
20 +++ b/net-dns/pdns/pdns-4.4.0-r100.ebuild
21 @@ -20,15 +20,14 @@ KEYWORDS="amd64 x86"
22 # oracle: dito (need Oracle Client Libraries)
23 # xdb: (almost) dead, surely not supported
24
25 -IUSE="debug doc geoip ldap libressl lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test"
26 +IUSE="debug doc geoip ldap lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test"
27 RESTRICT="!test? ( test )"
28
29 REQUIRED_USE="${LUA_REQUIRED_USE}
30 mydns? ( mysql )"
31
32 DEPEND="${LUA_DEPS}
33 - libressl? ( dev-libs/libressl:= )
34 - !libressl? ( dev-libs/openssl:= )
35 + dev-libs/openssl:=
36 >=dev-libs/boost-1.35:=
37 lua-records? ( >=net-misc/curl-7.21.3 )
38 mysql? ( dev-db/mysql-connector-c:= )
39
40 diff --git a/net-dns/pdns/pdns-4.4.1.ebuild b/net-dns/pdns/pdns-4.4.1.ebuild
41 index 5e50badd229..d0dea33b39f 100644
42 --- a/net-dns/pdns/pdns-4.4.1.ebuild
43 +++ b/net-dns/pdns/pdns-4.4.1.ebuild
44 @@ -20,15 +20,14 @@ KEYWORDS="~amd64 ~x86"
45 # oracle: dito (need Oracle Client Libraries)
46 # xdb: (almost) dead, surely not supported
47
48 -IUSE="debug doc geoip ldap libressl lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test"
49 +IUSE="debug doc geoip ldap lua-records mydns mysql postgres protobuf remote sodium sqlite systemd tools tinydns test"
50 RESTRICT="!test? ( test )"
51
52 REQUIRED_USE="${LUA_REQUIRED_USE}
53 mydns? ( mysql )"
54
55 DEPEND="${LUA_DEPS}
56 - libressl? ( dev-libs/libressl:= )
57 - !libressl? ( dev-libs/openssl:= )
58 + dev-libs/openssl:=
59 >=dev-libs/boost-1.35:=
60 lua-records? ( >=net-misc/curl-7.21.3 )
61 mysql? ( dev-db/mysql-connector-c:= )