From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F92A139694 for ; Sat, 22 Jul 2017 08:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1B71FC008; Sat, 22 Jul 2017 08:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E90E1FC008 for ; Sat, 22 Jul 2017 08:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50DAA341953 for ; Sat, 22 Jul 2017 08:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D180746A for ; Sat, 22 Jul 2017 08:14:55 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1500711293.95d3c864e0dd8599e544dc805f5fe8a184566759.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-2.4.0.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 95d3c864e0dd8599e544dc805f5fe8a184566759 X-VCS-Branch: master Date: Sat, 22 Jul 2017 08:14:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4dec0534-5c2e-4276-adf3-9e186d16f872 X-Archives-Hash: 907bcbeed4a92177f4812ff70f0dd6f0 commit: 95d3c864e0dd8599e544dc805f5fe8a184566759 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 22 08:14:29 2017 +0000 Commit: Jeroen Roovers gentoo 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) \