From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-990130-garchives=archives.gentoo.org@lists.gentoo.org> 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 72F22139083 for <garchives@archives.gentoo.org>; Tue, 12 Dec 2017 22:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C90F7E0E2C; Tue, 12 Dec 2017 22:11:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A9204E0E2C for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2017 22:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99D5233BE68 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2017 22:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AED8AE66 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2017 22:11:31 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1513116682.1c904a515388f2021a141df19e7fb005d115955b.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: 1c904a515388f2021a141df19e7fb005d115955b X-VCS-Branch: master Date: Tue, 12 Dec 2017 22:11:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c72df56-265e-4b47-8f21-98f906be2d76 X-Archives-Hash: 1a59b7363d8595a99b20f31a281006f1 commit: 1c904a515388f2021a141df19e7fb005d115955b Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Dec 12 22:11:22 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Dec 12 22:11:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c904a51 net-analyzer/wireshark: Add USE=lz4. Package-Manager: Portage-2.3.18, Repoman-2.3.6 net-analyzer/wireshark/wireshark-99999999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index a011c0ef028..32ecbd608dd 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -14,7 +14,7 @@ KEYWORDS="" IUSE=" adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2 +dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua - +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump + lz4 +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib " @@ -42,6 +42,7 @@ CDEPEND=" libssh? ( >=net-libs/libssh-0.6 ) libxml2? ( dev-libs/libxml2 ) lua? ( >=dev-lang/lua-5.1:* ) + lz4? ( app-arch/lz4 ) nghttp2? ( net-libs/nghttp2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) @@ -174,6 +175,7 @@ src_configure() { $(use_with libssh) \ $(use_with libxml2) \ $(use_with lua) \ + $(use_with lz4) \ $(use_with nghttp2) \ $(use_with pcap) \ $(use_with portaudio) \