From: Zero_Chaos Date: Wed, 5 Oct 2016 03:07:18 +0000 (-0400) Subject: net-analyzer/ipv6-toolkit: newer versions of libpcap have ipv6 hard enabled X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=90783f6d417fa13c08d1b7d39e95cf29d34428fb;p=gentoo.git net-analyzer/ipv6-toolkit: newer versions of libpcap have ipv6 hard enabled Package-Manager: portage-2.3.1 --- 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 77328109c9ec..54e9036c250e 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"