Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Tue, 26 Jul 2016 13:46:43
Message-Id: 1469540786.12e0b6491f957a9a95af8a95cbbd0cf5dac8289d.jer@gentoo
1 commit: 12e0b6491f957a9a95af8a95cbbd0cf5dac8289d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 26 13:37:38 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 13:46:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e0b649
7
8 net-analyzer/tcpdump: Update live ebuild.
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/tcpdump/tcpdump-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
16 index 7ca9116..f19a0c4 100644
17 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
18 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27 inherit eutils flag-o-matic git-r3 toolchain-funcs user
28
29 DESCRIPTION="A Tool for network monitoring and data acquisition"
30 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
31 LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS=""
34 -IUSE="+drop-root libressl smi ssl ipv6 samba suid test"
35 +IUSE="+drop-root libressl smi ssl samba suid test"
36
37 RDEPEND="
38 drop-root? ( sys-libs/libcap-ng )
39 @@ -53,7 +53,6 @@ src_configure() {
40 fi
41
42 econf \
43 - $(use_enable ipv6) \
44 $(use_enable samba smb) \
45 $(use_with drop-root chroot '') \
46 $(use_with smi) \