summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-12-25 16:01:43 +0100
committerJeroen Roovers <jer@gentoo.org>2015-12-25 16:02:00 +0100
commit0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6 (patch)
treead1b99f0cc8742a577bfe02ad964c689d65be91c /net-analyzer
parentnet-analyzer/nmap: Conditionally make makefile.dep (bug #569678 by iGentoo). (diff)
downloadgentoo-0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6.tar.gz
gentoo-0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6.tar.bz2
gentoo-0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6.zip
net-analyzer/wireshark: Add USE=androiddump, USE=tfshark.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 26e146ccdf28..7915579bd78a 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -13,8 +13,9 @@ LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS=""
IUSE="
- adns +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3 ipv6 kerberos
- lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib
+ adns androiddump +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3
+ ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl
+ tfshark zlib
"
REQUIRED_USE="
ssl? ( crypt )
@@ -151,7 +152,10 @@ src_configure() {
# dumpcap requires libcap
# --disable-profile-build bugs #215806, #292991, #479602
econf \
+ $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \
+ $(use_enable androiddump) \
$(use_enable ipv6) \
+ $(use_enable tfshark) \
$(use_with adns c-ares) \
$(use_with caps libcap) \
$(use_with crypt gcrypt) \