commit: 0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 15:01:43 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:02:00 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0731c5fb
net-analyzer/wireshark: Add USE=androiddump, USE=tfshark.
Package-Manager: portage-2.2.26
net-analyzer/wireshark/wireshark-99999999.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild
b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 26e146c..7915579 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) \