summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-07-22 10:14:29 +0200
committerJeroen Roovers <jer@gentoo.org>2017-07-22 10:14:53 +0200
commit95d3c864e0dd8599e544dc805f5fe8a184566759 (patch)
treeb137063d78842827284ea80f5b2006f014fade7d /net-analyzer/wireshark/wireshark-99999999.ebuild
parentkde-plasma/khotkeys: Fix build with cmake-3.9 (diff)
downloadgentoo-95d3c864e0dd8599e544dc805f5fe8a184566759.tar.gz
gentoo-95d3c864e0dd8599e544dc805f5fe8a184566759.tar.bz2
gentoo-95d3c864e0dd8599e544dc805f5fe8a184566759.zip
net-analyzer/wireshark: Set dumpcap-group for dumpcap only when USE=dumpcap (bug #625732).
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/wireshark/wireshark-99999999.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
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) \