From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C2A81384B4 for ; Fri, 25 Dec 2015 15:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CBD4E0875; Fri, 25 Dec 2015 15:02:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34878E0864 for ; Fri, 25 Dec 2015 15:02:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05E06340775 for ; Fri, 25 Dec 2015 15:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27BB0CE6 for ; Fri, 25 Dec 2015 15:02:02 +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: <1451055720.0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6.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-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6 X-VCS-Branch: master Date: Fri, 25 Dec 2015 15:02:02 +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: f71fb863-ff39-4af2-9dfb-3d36f35c78d1 X-Archives-Hash: 6666c57da16b7581069dc07937cdf476 commit: 0731c5fbc2b3bc9f0438cab3540f0eeaa1f4d9b6 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Dec 25 15:01:43 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Dec 25 15:02:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0731c5fb net-analyzer/wireshark: Add USE=androiddump, USE=tfshark. Package-Manager: portage-2.2.26 net-analyzer/wireshark/wireshark-99999999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 26e146c..7915579 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -13,8 +13,9 @@ LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="" IUSE=" - adns +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3 ipv6 kerberos - lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib + adns androiddump +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3 + ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl + tfshark zlib " REQUIRED_USE=" ssl? ( crypt ) @@ -151,7 +152,10 @@ src_configure() { # dumpcap requires libcap # --disable-profile-build bugs #215806, #292991, #479602 econf \ + $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \ + $(use_enable androiddump) \ $(use_enable ipv6) \ + $(use_enable tfshark) \ $(use_with adns c-ares) \ $(use_with caps libcap) \ $(use_with crypt gcrypt) \