summaryrefslogtreecommitdiff
path: root/net-analyzer/wireshark/wireshark-3.0.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /net-analyzer/wireshark/wireshark-3.0.4.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'net-analyzer/wireshark/wireshark-3.0.4.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-3.0.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
index a2a6a43079c7..61e8bd7a288c 100644
--- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc64 x86"
IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc dpauxmon
- +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
- nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
+ +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap
+ +netlink +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
+udpdump zlib
"
@@ -29,13 +29,13 @@ CDEPEND="
bcg729? ( media-libs/bcg729 )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
+ http2? ( net-libs/nghttp2 )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
lz4? ( app-arch/lz4 )
maxminddb? ( dev-libs/libmaxminddb )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -157,7 +157,7 @@ src_configure() {
-DENABLE_LUA=$(usex lua)
-DENABLE_LZ4=$(usex lz4)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_SBC=$(usex sbc)
-DENABLE_SMI=$(usex smi)