commit:     95d3c864e0dd8599e544dc805f5fe8a184566759
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 08:14:29 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 08:14:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d3c864

net-analyzer/wireshark: Set dumpcap-group for dumpcap only when USE=dumpcap 
(bug #625732).

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/wireshark/wireshark-2.4.0.ebuild    | 2 +-
 net-analyzer/wireshark/wireshark-99999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-2.4.0.ebuild 
b/net-analyzer/wireshark/wireshark-2.4.0.ebuild
index fddf07a8ff2..91c6cd5751a 100644
--- a/net-analyzer/wireshark/wireshark-2.4.0.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.4.0.ebuild
@@ -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) \

diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild 
b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 7304f25144e..7d9cd1a57a7 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -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) \

Reply via email to