net-analyzer/wireshark: Set dumpcap-group for dumpcap only when USE=dumpcap (bug...
authorJeroen Roovers <jer@gentoo.org>
Sat, 22 Jul 2017 08:14:29 +0000 (10:14 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sat, 22 Jul 2017 08:14:53 +0000 (10:14 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-analyzer/wireshark/wireshark-2.4.0.ebuild
net-analyzer/wireshark/wireshark-99999999.ebuild

index fddf07a8ff2c04882af44c03fdc954b1308a05c7..91c6cd5751a266ed00fc571331a113952910ac6e 100644 (file)
@@ -146,6 +146,7 @@ src_configure() {
        # --disable-profile-build bugs #215806, #292991, #479602
        econf \
                $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \
+               $(use dumpcap && use_with pcap dumpcap-group wireshark) \
                $(use_enable androiddump) \
                $(use_enable capinfos) \
                $(use_enable captype) \
@@ -172,7 +173,6 @@ src_configure() {
                $(use_with libxml2) \
                $(use_with lua) \
                $(use_with nghttp2) \
-               $(use_with pcap dumpcap-group wireshark) \
                $(use_with pcap) \
                $(use_with portaudio) \
                $(use_with sbc) \
index 7304f25144ed73ff8f1481e846c57e8c35dd1972..7d9cd1a57a7dbc89ac0e603e9b438a6be0288230 100644 (file)
@@ -150,6 +150,7 @@ src_configure() {
        # --disable-profile-build bugs #215806, #292991, #479602
        econf \
                $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \
+               $(use dumpcap && use_with pcap dumpcap-group wireshark) \
                $(use_enable androiddump) \
                $(use_enable capinfos) \
                $(use_enable captype) \
@@ -176,7 +177,6 @@ src_configure() {
                $(use_with libxml2) \
                $(use_with lua) \
                $(use_with nghttp2) \
-               $(use_with pcap dumpcap-group wireshark) \
                $(use_with pcap) \
                $(use_with portaudio) \
                $(use_with sbc) \