commit:     08dc74318b59387663a3ea097691ce8fff710283
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 11:06:27 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 11:08:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dc7431

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 <AT> gentoo.org>

 net-analyzer/wireshark/metadata.xml              | 2 +-
 net-analyzer/wireshark/wireshark-3.1.0.ebuild    | 6 +++---
 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 3e0355cd9cc..1dfc66edc73 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 e489d3494c1..e19be1f83c4 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 97001a17890..5fb0f378528 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)

Reply via email to