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: Thu, 30 Nov 2017 19:05:54
Message-Id: 1512068744.0b0ad4b9493c035ae0e4f0cec56d5189176e01bd.swegener@gentoo
1 commit: 0b0ad4b9493c035ae0e4f0cec56d5189176e01bd
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 18:26:03 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 19:05:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0ad4b9
7
8 net-dns/pdns-recursor: Add snmp USE flag, bug #639018
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11 Closes: https://bugs.gentoo.org/639018
12
13 net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
17 index 2e5354ed116..224ae2f7537 100644
18 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
19 +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~amd64 ~arm ~x86"
24 -IUSE="libressl luajit protobuf sodium systemd"
25 +IUSE="libressl luajit protobuf snmp sodium systemd"
26
27 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
28 luajit? ( dev-lang/luajit:= )
29 @@ -21,6 +21,7 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
30 >=dev-libs/boost-1.42:=
31 )
32 systemd? ( sys-apps/systemd:0= )
33 + snmp? ( net-analyzer/net-snmp )
34 sodium? ( dev-libs/libsodium:= )
35 libressl? ( dev-libs/libressl:= )
36 !libressl? ( dev-libs/openssl:= )
37 @@ -47,7 +48,8 @@ src_configure() {
38 $(use_enable sodium libsodium) \
39 $(use_with !luajit lua) \
40 $(use_with luajit luajit) \
41 - $(use_with protobuf)
42 + $(use_with protobuf) \
43 + $(use_with snmp net-snmp)
44 }
45
46 src_install() {