diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-22 17:36:12 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-22 17:37:15 +0100 |
commit | f948a88ad2eaa57f1502b500f058a66897da8f33 (patch) | |
tree | 0389e13f3fe8f39fa8f543372654e6d61add807d /net-dns/dnstop/dnstop-20140915-r2.ebuild | |
parent | dev-ml/lablgtk-2.18.5-r0: stable on alpha (diff) | |
download | gentoo-f948a88ad2eaa57f1502b500f058a66897da8f33.tar.gz gentoo-f948a88ad2eaa57f1502b500f058a66897da8f33.tar.bz2 gentoo-f948a88ad2eaa57f1502b500f058a66897da8f33.zip |
net-dns/dnstop: Drop ipv6 USE dep.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-dns/dnstop/dnstop-20140915-r2.ebuild')
-rw-r--r-- | net-dns/dnstop/dnstop-20140915-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnstop/dnstop-20140915-r2.ebuild b/net-dns/dnstop/dnstop-20140915-r2.ebuild index ba7c1cca6a9b..8c37c7054cf6 100644 --- a/net-dns/dnstop/dnstop-20140915-r2.ebuild +++ b/net-dns/dnstop/dnstop-20140915-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" IUSE="" RDEPEND="sys-libs/ncurses:0 - net-libs/libpcap[ipv6(+)]" + net-libs/libpcap" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}"-pkg-config.patch ) |