Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Sat, 22 Jul 2017 08:14:59
Message-Id: 1500711293.95d3c864e0dd8599e544dc805f5fe8a184566759.jer@gentoo
1 commit: 95d3c864e0dd8599e544dc805f5fe8a184566759
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 22 08:14:29 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 22 08:14:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d3c864
7
8 net-analyzer/wireshark: Set dumpcap-group for dumpcap only when USE=dumpcap (bug #625732).
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-analyzer/wireshark/wireshark-2.4.0.ebuild | 2 +-
13 net-analyzer/wireshark/wireshark-99999999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/wireshark/wireshark-2.4.0.ebuild b/net-analyzer/wireshark/wireshark-2.4.0.ebuild
17 index fddf07a8ff2..91c6cd5751a 100644
18 --- a/net-analyzer/wireshark/wireshark-2.4.0.ebuild
19 +++ b/net-analyzer/wireshark/wireshark-2.4.0.ebuild
20 @@ -146,6 +146,7 @@ src_configure() {
21 # --disable-profile-build bugs #215806, #292991, #479602
22 econf \
23 $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \
24 + $(use dumpcap && use_with pcap dumpcap-group wireshark) \
25 $(use_enable androiddump) \
26 $(use_enable capinfos) \
27 $(use_enable captype) \
28 @@ -172,7 +173,6 @@ src_configure() {
29 $(use_with libxml2) \
30 $(use_with lua) \
31 $(use_with nghttp2) \
32 - $(use_with pcap dumpcap-group wireshark) \
33 $(use_with pcap) \
34 $(use_with portaudio) \
35 $(use_with sbc) \
36
37 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
38 index 7304f25144e..7d9cd1a57a7 100644
39 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
40 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
41 @@ -150,6 +150,7 @@ src_configure() {
42 # --disable-profile-build bugs #215806, #292991, #479602
43 econf \
44 $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \
45 + $(use dumpcap && use_with pcap dumpcap-group wireshark) \
46 $(use_enable androiddump) \
47 $(use_enable capinfos) \
48 $(use_enable captype) \
49 @@ -176,7 +177,6 @@ src_configure() {
50 $(use_with libxml2) \
51 $(use_with lua) \
52 $(use_with nghttp2) \
53 - $(use_with pcap dumpcap-group wireshark) \
54 $(use_with pcap) \
55 $(use_with portaudio) \
56 $(use_with sbc) \