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
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')
-rw-r--r--net-analyzer/wireshark/wireshark-2.4.0.ebuild2
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild2
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) \