diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-07-26 15:37:38 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-07-26 15:46:26 +0200 |
commit | 12e0b6491f957a9a95af8a95cbbd0cf5dac8289d (patch) | |
tree | 38adf25863cf52a03716c815edfaf76009959a47 /net-analyzer | |
parent | net-analyzer/tcpdump: Version bump. (diff) | |
download | gentoo-12e0b6491f957a9a95af8a95cbbd0cf5dac8289d.tar.gz gentoo-12e0b6491f957a9a95af8a95cbbd0cf5dac8289d.tar.bz2 gentoo-12e0b6491f957a9a95af8a95cbbd0cf5dac8289d.zip |
net-analyzer/tcpdump: Update live ebuild.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index 7ca91164ec8c..f19a0c4ec801 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -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) \ |