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 B6CAA138334 for ; Wed, 2 Oct 2019 07:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F164BE0916; Wed, 2 Oct 2019 07:07:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D729AE0916 for ; Wed, 2 Oct 2019 07:07:00 +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 5867234B794 for ; Wed, 2 Oct 2019 07:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B358076A for ; Wed, 2 Oct 2019 07:06:56 +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: <1570000010.86c4aec29acf3e9d6bded979d104189d3a6b3f42.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-4.9.3.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 86c4aec29acf3e9d6bded979d104189d3a6b3f42 X-VCS-Branch: master Date: Wed, 2 Oct 2019 07:06:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 840514fa-7004-4b7e-be51-ce0a58d7e1cd X-Archives-Hash: 30e0ab24b4138ef7ec398e31059be1eb commit: 86c4aec29acf3e9d6bded979d104189d3a6b3f42 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 2 07:05:08 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 2 07:06:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c4aec2 net-analyzer/tcpdump: Set libpcap version dependency for USE=test Fails several tests with gentoo.org> net-analyzer/tcpdump/tcpdump-4.9.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild index 2cf4621b051..470a70dba30 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.3.ebuild @@ -31,8 +31,9 @@ DEPEND=" ${RDEPEND} drop-root? ( virtual/pkgconfig ) test? ( - || ( app-arch/sharutils sys-freebsd/freebsd-ubin ) + >=net-libs/libpcap-1.9.1 dev-lang/perl + || ( app-arch/sharutils sys-freebsd/freebsd-ubin ) ) "