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 DFAC7138334 for ; Sun, 22 Jul 2018 13:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC98E08F5; Sun, 22 Jul 2018 13:22:28 +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 96792E08F5 for ; Sun, 22 Jul 2018 13:22:28 +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 50460335D5D for ; Sun, 22 Jul 2018 13:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C91137F for ; Sun, 22 Jul 2018 13:22:25 +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: <1532265742.93ccc27241311cab23ce4adcb7dc5d045e384694.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: 93ccc27241311cab23ce4adcb7dc5d045e384694 X-VCS-Branch: master Date: Sun, 22 Jul 2018 13:22:25 +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: 78eddd7c-dc29-4529-97ec-cb080051d066 X-Archives-Hash: b2ede86cc1979e654ff0d980596274ec commit: 93ccc27241311cab23ce4adcb7dc5d045e384694 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 22 13:22:01 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 22 13:22:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ccc272 net-analyzer/wireshark: Synchronise live ebuild. Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-analyzer/wireshark/wireshark-99999999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 820661327c1..eb8caa256ba 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -12,11 +12,10 @@ LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="" IUSE=" - adns androiddump bcg729 +capinfos +caps +captype ciscodump +dftest doc - +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink - nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux - +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump - zlib + adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc +dumpcap + +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2 + +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy + spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib " S=${WORKDIR}/${P/_/} @@ -27,7 +26,7 @@ CDEPEND=" netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) bcg729? ( media-libs/bcg729 ) - caps? ( sys-libs/libcap ) + filecaps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) sshdump? ( >=net-libs/libssh-0.6 ) ciscodump? ( >=net-libs/libssh-0.6 ) @@ -137,7 +136,7 @@ src_configure() { -DBUILD_wireshark=$(usex qt5) -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) - -DENABLE_CAP=$(usex caps) + -DENABLE_CAP=$(usex filecaps caps) -DENABLE_CARES=$(usex adns) -DENABLE_GNUTLS=$(usex ssl) -DENABLE_KERBEROS=$(usex kerberos)