net-analyzer/wireshark: USE=plugin_ifdemo => USE=plugin-ifdemo
authorJeroen Roovers <jer@gentoo.org>
Sun, 29 Sep 2019 11:06:27 +0000 (13:06 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sun, 29 Sep 2019 11:08:31 +0000 (13:08 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/695070
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/wireshark/metadata.xml
net-analyzer/wireshark/wireshark-3.1.0.ebuild
net-analyzer/wireshark/wireshark-99999999.ebuild

index 3e0355cd9ccc4c72a648a2961378db4ad1f54203..1dfc66edc73a01e989da8dff0e1a25f2c9396d4a 100644 (file)
@@ -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>
index e489d3494c1ad5ab2e2d0c2c12e941339e4614fc..e19be1f83c4d6bf8b1ec1d541315f3959f723579 100644 (file)
@@ -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)
index 97001a178907b49149be2bdeddda3603a597f152..5fb0f3785286732125235bd4aff80a21bf5990c4 100644 (file)
@@ -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)