commit: 90783f6d417fa13c08d1b7d39e95cf29d34428fb
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 03:07:18 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 03:07:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90783f6d
net-analyzer/ipv6-toolkit: newer versions of libpcap have ipv6 hard enabled
Package-Manager: portage-2.3.1
net-analyzer/ipv6-toolkit/ipv6-toolkit-1.4.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/ipv6-toolkit/ipv6-toolkit-1.4.1.ebuild
b/net-analyzer/ipv6-toolkit/ipv6-toolkit-1.4.1.ebuild
index 7732810..54e9036 100644
--- a/net-analyzer/ipv6-toolkit/ipv6-toolkit-1.4.1.ebuild
+++ b/net-analyzer/ipv6-toolkit/ipv6-toolkit-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="net-libs/libpcap[ipv6]"
+DEPEND="net-libs/libpcap[ipv6(+)]"
RDEPEND="${DEPEND}
sys-apps/hwids"