Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Fri, 31 May 2019 06:21:17
Message-Id: 1559283643.c3eef3450960e23b1be732207c6d1ed3110d88fc.swegener@gentoo
1 commit: c3eef3450960e23b1be732207c6d1ed3110d88fc
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 06:20:43 2019 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 06:20:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3eef345
7
8 net-dns/pdns-recursor: Add debug USE flag
9
10 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild | 3 ++-
14 net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
18 index c054da53cee..8c6bb86d0ac 100644
19 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
20 +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.13.ebuild
21 @@ -12,7 +12,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="libressl luajit protobuf snmp sodium systemd"
26 +IUSE="debug libressl luajit protobuf snmp sodium systemd"
27
28 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
29 luajit? ( dev-lang/luajit:= )
30 @@ -39,6 +39,7 @@ pkg_setup() {
31 src_configure() {
32 econf \
33 --sysconfdir=/etc/powerdns \
34 + $(use_enable debug verbose-logging) \
35 $(use_enable systemd) \
36 $(use_enable sodium libsodium) \
37 $(use_with !luajit lua) \
38
39 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild
40 index 91500af1536..4430ff42e69 100644
41 --- a/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild
42 +++ b/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild
43 @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
44 LICENSE="GPL-2"
45 SLOT="0"
46 KEYWORDS="" # ~amd64 ~arm ~x86
47 -IUSE="libressl luajit protobuf snmp sodium systemd"
48 +IUSE="debug libressl luajit protobuf snmp sodium systemd"
49
50 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
51 luajit? ( dev-lang/luajit:= )
52 @@ -40,6 +40,7 @@ src_configure() {
53 econf \
54 --sysconfdir=/etc/powerdns \
55 --with-lua=$(usex luajit luajit lua) \
56 + $(use_enable debug verbose-logging) \
57 $(use_enable systemd) \
58 $(use_with sodium libsodium) \
59 $(use_with protobuf) \