From 95d3c864e0dd8599e544dc805f5fe8a184566759 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 22 Jul 2017 10:14:29 +0200 Subject: [PATCH] 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 fddf07a8ff2c..91c6cd5751a2 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 7304f25144ed..7d9cd1a57a7d 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) \ -- 2.26.2