diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-09-29 13:06:27 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-09-29 13:08:31 +0200 |
commit | 08dc74318b59387663a3ea097691ce8fff710283 (patch) | |
tree | 015e157f50cdaf64363da5a1012cb5bb9defb865 /net-analyzer | |
parent | net-wireless/bluez: Make repoman more happy (diff) | |
download | gentoo-08dc74318b59387663a3ea097691ce8fff710283.tar.gz gentoo-08dc74318b59387663a3ea097691ce8fff710283.tar.bz2 gentoo-08dc74318b59387663a3ea097691ce8fff710283.zip |
net-analyzer/wireshark: USE=plugin_ifdemo => USE=plugin-ifdemo
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/695070
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/metadata.xml | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.1.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 3e0355cd9ccc..1dfc66edc73a 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -45,7 +45,7 @@ be exported to XML, PostScript®, CSV, or plain text. <flag name="netlink">Use <pkg>dev-libs/libnl</pkg></flag> <flag name="nghttp2">Use <pkg>net-libs/nghttp2</pkg> for HTTP/2 support</flag> <flag name="pcap">Use <pkg>net-libs/libpcap</pkg> for network packet capturing (build dumpcap, rawshark)</flag> -<flag name="plugin_ifdemo">Install plugin interface demo</flag> +<flag name="plugin-ifdemo">Install plugin interface demo</flag> <flag name="plugins">Install plugins</flag> <flag name="randpkt">Install randpkt, a utility for creating pcap trace files full of random packets</flag> <flag name="randpktdump">Install randpktdump, an extcap interface to provide access to the random packet generator (randpkt)</flag> diff --git a/net-analyzer/wireshark/wireshark-3.1.0.ebuild b/net-analyzer/wireshark/wireshark-3.1.0.ebuild index e489d3494c1a..e19be1f83c4d 100644 --- a/net-analyzer/wireshark/wireshark-3.1.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.0.ebuild @@ -15,7 +15,7 @@ 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 + +minizip +netlink nghttp2 +plugins plugin-ifdemo +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark +udpdump zlib " @@ -82,7 +82,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-wireshark ) " REQUIRED_USE=" - plugin_ifdemo? ( plugins ) + plugin-ifdemo? ( plugins ) " PATCHES=( "${FILESDIR}"/${PN}-2.4-androiddump.patch @@ -163,7 +163,7 @@ src_configure() { -DENABLE_NGHTTP2=$(usex nghttp2) -DENABLE_PCAP=$(usex pcap) -DENABLE_PLUGINS=$(usex plugins) - -DENABLE_PLUGIN_IFDEMO=$(usex plugin_ifdemo) + -DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo) -DENABLE_SBC=$(usex sbc) -DENABLE_SMI=$(usex smi) -DENABLE_SNAPPY=$(usex snappy) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 97001a178907..5fb0f3785286 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -15,7 +15,7 @@ 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 + +minizip +netlink nghttp2 +plugins plugin-ifdemo +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark +udpdump zlib " @@ -82,7 +82,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-wireshark ) " REQUIRED_USE=" - plugin_ifdemo? ( plugins ) + plugin-ifdemo? ( plugins ) " PATCHES=( "${FILESDIR}"/${PN}-2.4-androiddump.patch @@ -163,7 +163,7 @@ src_configure() { -DENABLE_NGHTTP2=$(usex nghttp2) -DENABLE_PCAP=$(usex pcap) -DENABLE_PLUGINS=$(usex plugins) - -DENABLE_PLUGIN_IFDEMO=$(usex plugin_ifdemo) + -DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo) -DENABLE_SBC=$(usex sbc) -DENABLE_SMI=$(usex smi) -DENABLE_SNAPPY=$(usex snappy) |