From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68CD7139082 for ; Thu, 30 Nov 2017 19:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1B12E0EAC; Thu, 30 Nov 2017 19:05:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0FD7E0EAA for ; Thu, 30 Nov 2017 19:05:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 034F2341656 for ; Thu, 30 Nov 2017 19:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C875AD0E for ; Thu, 30 Nov 2017 19:05:51 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1512068744.0b0ad4b9493c035ae0e4f0cec56d5189176e01bd.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 0b0ad4b9493c035ae0e4f0cec56d5189176e01bd X-VCS-Branch: master Date: Thu, 30 Nov 2017 19:05:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f2c3e3f-ca15-44ec-b1f8-85b24ce07b09 X-Archives-Hash: 9f05cb20c1acd90816008f54e405bdb3 commit: 0b0ad4b9493c035ae0e4f0cec56d5189176e01bd Author: Sven Wegener gentoo org> AuthorDate: Thu Nov 30 18:26:03 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Nov 30 19:05:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0ad4b9 net-dns/pdns-recursor: Add snmp USE flag, bug #639018 Package-Manager: Portage-2.3.14, Repoman-2.3.6 Closes: https://bugs.gentoo.org/639018 net-dns/pdns-recursor/pdns-recursor-4.1.0_rc3-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 index 2e5354ed116..224ae2f7537 100644 --- 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 @@ -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:= ) @@ -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:= ) @@ -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() {