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 1317313835B for ; Thu, 10 Jun 2021 17:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27A3FE0905; Thu, 10 Jun 2021 17:54:17 +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 0FA5AE0905 for ; Thu, 10 Jun 2021 17:54:17 +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 BC6B8340931 for ; Thu, 10 Jun 2021 17:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 477017A8 for ; Thu, 10 Jun 2021 17:54:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623347639.134c44ff6ca50e942641b8585b73841f09df658b.sam@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.99.1.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 134c44ff6ca50e942641b8585b73841f09df658b X-VCS-Branch: master Date: Thu, 10 Jun 2021 17:54:14 +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: 75887c2d-5ea7-4064-a650-369259c10d3d X-Archives-Hash: a409fc009277506fd1f870950d39eaae commit: 134c44ff6ca50e942641b8585b73841f09df658b Author: Sam James gentoo org> AuthorDate: Thu Jun 10 17:53:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 10 17:53:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134c44ff net-analyzer/tcpdump: re-enable tests in 4.99.1 Seem to be passing now. Bug: https://bugs.gentoo.org/768498 Signed-off-by: Sam James gentoo.org> net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild index ff38b7bbbab..aa2fc80a8e5 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild @@ -29,8 +29,9 @@ SLOT="0" IUSE="+drop-root +smi +ssl +samba suid test" REQUIRED_USE="test? ( samba )" +RESTRICT="!test? ( test )" # Assorted failures: bug #768498 -RESTRICT="test" +#RESTRICT="test" RDEPEND=" net-libs/libpcap