summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-10-08 06:52:23 +0200
committerJeroen Roovers <jer@gentoo.org>2019-10-08 17:16:05 +0200
commit46d6900d9be30710c273548ebe5eab06cb050c74 (patch)
treeb9a52de233dd073e995416c2a2aa5c73bb13e305 /net-analyzer/wireshark/wireshark-99999999.ebuild
parentnet-libs/ngtcp2: Mark ~hppa too (diff)
downloadgentoo-46d6900d9be30710c273548ebe5eab06cb050c74.tar.gz
gentoo-46d6900d9be30710c273548ebe5eab06cb050c74.tar.bz2
gentoo-46d6900d9be30710c273548ebe5eab06cb050c74.zip
net-analyzer/wireshark: IUSE=nghttp2 => IUSE=http2
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/wireshark-99999999.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 5fb0f3785286..7ecaa00c8eec 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
KEYWORDS=""
IUSE="
adns androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc
- dpauxmon +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap
- +minizip +netlink nghttp2 +plugins plugin-ifdemo +pcap +qt5 +randpkt
+ dpauxmon +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb
+ +mergecap +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt
+randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl
sdjournal +text2pcap tfshark +tshark +udpdump zlib
"
@@ -29,6 +29,7 @@ CDEPEND="
brotli? ( app-arch/brotli )
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:* )
@@ -36,7 +37,6 @@ CDEPEND="
maxminddb? ( dev-libs/libmaxminddb )
minizip? ( sys-libs/zlib[minizip] )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -160,7 +160,7 @@ src_configure() {
-DENABLE_LZ4=$(usex lz4)
-DENABLE_MINIZIP=$(usex minizip)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_PLUGINS=$(usex plugins)
-DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo)