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 72ED313832F for ; Tue, 26 Jul 2016 13:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABFB0E09B9; Tue, 26 Jul 2016 13:46:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3959E09B2 for ; Tue, 26 Jul 2016 13:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7462340D19 for ; Tue, 26 Jul 2016 13:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2D21B9B for ; Tue, 26 Jul 2016 13:46:33 +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: <1469540786.12e0b6491f957a9a95af8a95cbbd0cf5dac8289d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 12e0b6491f957a9a95af8a95cbbd0cf5dac8289d X-VCS-Branch: master Date: Tue, 26 Jul 2016 13:46:33 +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: 29a0b60a-a2b4-46c1-ba4d-765090f555f1 X-Archives-Hash: 6541f903441573c4898c2b3ebec1000e commit: 12e0b6491f957a9a95af8a95cbbd0cf5dac8289d Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jul 26 13:37:38 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Jul 26 13:46:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e0b649 net-analyzer/tcpdump: Update live ebuild. Package-Manager: portage-2.3.0 net-analyzer/tcpdump/tcpdump-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index 7ca9116..f19a0c4 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils flag-o-matic git-r3 toolchain-funcs user DESCRIPTION="A Tool for network monitoring and data acquisition" @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump" LICENSE="BSD" SLOT="0" KEYWORDS="" -IUSE="+drop-root libressl smi ssl ipv6 samba suid test" +IUSE="+drop-root libressl smi ssl samba suid test" RDEPEND=" drop-root? ( sys-libs/libcap-ng ) @@ -53,7 +53,6 @@ src_configure() { fi econf \ - $(use_enable ipv6) \ $(use_enable samba smb) \ $(use_with drop-root chroot '') \ $(use_with smi) \