Skip to content

Commit

Permalink
net-dns/pdns-recursor: Add snmp USE flag, bug #639018
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Closes: https://bugs.gentoo.org/639018
  • Loading branch information
swegener committed Nov 30, 2017
1 parent 44eaa7f commit 0b0ad4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="libressl luajit protobuf sodium systemd"
IUSE="libressl luajit protobuf snmp sodium systemd"

DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
luajit? ( dev-lang/luajit:= )
Expand All @@ -21,6 +21,7 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.42:=
)
systemd? ( sys-apps/systemd:0= )
snmp? ( net-analyzer/net-snmp )
sodium? ( dev-libs/libsodium:= )
libressl? ( dev-libs/libressl:= )
!libressl? ( dev-libs/openssl:= )
Expand All @@ -47,7 +48,8 @@ src_configure() {
$(use_enable sodium libsodium) \
$(use_with !luajit lua) \
$(use_with luajit luajit) \
$(use_with protobuf)
$(use_with protobuf) \
$(use_with snmp net-snmp)
}

src_install() {
Expand Down

0 comments on commit 0b0ad4b

Please sign in to comment.