summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-12-12 23:11:22 +0100
committerJeroen Roovers <jer@gentoo.org>2017-12-12 23:11:22 +0100
commit1c904a515388f2021a141df19e7fb005d115955b (patch)
tree60dea9189884b5f06286b8bf27021c3d248c889a /net-analyzer
parentnet-analyzer/wireshark: Add USE=lz4. (diff)
downloadgentoo-1c904a515388f2021a141df19e7fb005d115955b.tar.gz
gentoo-1c904a515388f2021a141df19e7fb005d115955b.tar.bz2
gentoo-1c904a515388f2021a141df19e7fb005d115955b.zip
net-analyzer/wireshark: Add USE=lz4.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index a011c0ef028d..32ecbd608dd8 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
IUSE="
adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2
+dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua
- +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump
+ lz4 +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump
+reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap
tfshark +tshark +udpdump zlib
"
@@ -42,6 +42,7 @@ CDEPEND="
libssh? ( >=net-libs/libssh-0.6 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
+ lz4? ( app-arch/lz4 )
nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
portaudio? ( media-libs/portaudio )
@@ -174,6 +175,7 @@ src_configure() {
$(use_with libssh) \
$(use_with libxml2) \
$(use_with lua) \
+ $(use_with lz4) \
$(use_with nghttp2) \
$(use_with pcap) \
$(use_with portaudio) \