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 989C6138330 for ; Wed, 5 Oct 2016 03:07:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64F1E0B5B; Wed, 5 Oct 2016 03:07:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8D01E0B5B for ; Wed, 5 Oct 2016 03:07:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 903C13410A5 for ; Wed, 5 Oct 2016 03:07:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9135824A0 for ; Wed, 5 Oct 2016 03:07:39 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1475636838.90783f6d417fa13c08d1b7d39e95cf29d34428fb.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipv6-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ipv6-toolkit/ipv6-toolkit-1.4.1.ebuild X-VCS-Directories: net-analyzer/ipv6-toolkit/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 90783f6d417fa13c08d1b7d39e95cf29d34428fb X-VCS-Branch: master Date: Wed, 5 Oct 2016 03:07:39 +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: c34369af-f6ed-41e2-86b1-2d99804ec0c7 X-Archives-Hash: da159d2f5d0deb77e6e889a272d426f0 commit: 90783f6d417fa13c08d1b7d39e95cf29d34428fb Author: Zero_Chaos gentoo org> AuthorDate: Wed Oct 5 03:07:18 2016 +0000 Commit: Richard Farina gentoo 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"