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/wireshark/
Date: Fri, 25 Dec 2015 15:02:11
Message-Id: 1451055720.0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6.jer@gentoo
1 commit: 0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 15:01:43 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 15:02:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0731c5fb
7
8 net-analyzer/wireshark: Add USE=androiddump, USE=tfshark.
9
10 Package-Manager: portage-2.2.26
11
12 net-analyzer/wireshark/wireshark-99999999.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
16 index 26e146c..7915579 100644
17 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
19 @@ -13,8 +13,9 @@ LICENSE="GPL-2"
20 SLOT="0/${PV}"
21 KEYWORDS=""
22 IUSE="
23 - adns +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3 ipv6 kerberos
24 - lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib
25 + adns androiddump +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3
26 + ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl
27 + tfshark zlib
28 "
29 REQUIRED_USE="
30 ssl? ( crypt )
31 @@ -151,7 +152,10 @@ src_configure() {
32 # dumpcap requires libcap
33 # --disable-profile-build bugs #215806, #292991, #479602
34 econf \
35 + $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \
36 + $(use_enable androiddump) \
37 $(use_enable ipv6) \
38 + $(use_enable tfshark) \
39 $(use_with adns c-ares) \
40 $(use_with caps libcap) \
41 $(use_with crypt gcrypt) \