net-analyzer/tcpdump: Update live ebuild.
authorJeroen Roovers <jer@gentoo.org>
Tue, 26 Jul 2016 13:37:38 +0000 (15:37 +0200)
committerJeroen Roovers <jer@gentoo.org>
Tue, 26 Jul 2016 13:46:26 +0000 (15:46 +0200)
Package-Manager: portage-2.3.0

net-analyzer/tcpdump/tcpdump-9999.ebuild

index 7ca91164ec8c480be8b97e95b45c9e00acc81019..f19a0c4ec8017fa6d38ed206c93a581edf07e060 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit eutils flag-o-matic git-r3 toolchain-funcs user
 
 DESCRIPTION="A Tool for network monitoring and data acquisition"
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="+drop-root libressl smi ssl ipv6 samba suid test"
+IUSE="+drop-root libressl smi ssl samba suid test"
 
 RDEPEND="
        drop-root? ( sys-libs/libcap-ng )
@@ -53,7 +53,6 @@ src_configure() {
        fi
 
        econf \
-               $(use_enable ipv6) \
                $(use_enable samba smb) \
                $(use_with drop-root chroot '') \
                $(use_with smi) \