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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D254D15800F for ; Fri, 13 Jan 2023 07:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C11E07E0; Fri, 13 Jan 2023 07:27:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF6E1E07E0 for ; Fri, 13 Jan 2023 07:27:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A9A335DA5 for ; Fri, 13 Jan 2023 07:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FCD37F2 for ; Fri, 13 Jan 2023 07:27:12 +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: <1673594800.c08171df4e3a2b336096372ae9f9a304d558448d.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.3.ebuild net-analyzer/tcpdump/tcpdump-9999.ebuild X-VCS-Directories: net-analyzer/tcpdump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c08171df4e3a2b336096372ae9f9a304d558448d X-VCS-Branch: master Date: Fri, 13 Jan 2023 07:27:12 +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: 87c79876-8d5b-4ece-806a-07770b7e0b1c X-Archives-Hash: e34de8fbfd2d80fbe8f8c1e1fdeb7915 commit: c08171df4e3a2b336096372ae9f9a304d558448d Author: Sam James gentoo org> AuthorDate: Fri Jan 13 07:25:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 13 07:26:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08171df net-analyzer/tcpdump: add missing test changes Fixes: 7c9c6acdd2c3441307fcbbb18cb6f00d19d801fb Signed-off-by: Sam James gentoo.org> net-analyzer/tcpdump/tcpdump-4.99.3.ebuild | 3 ++- net-analyzer/tcpdump/tcpdump-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild index cb9b0d628c29..8d03b876b291 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild @@ -26,6 +26,7 @@ LICENSE="BSD" SLOT="0" IUSE="+drop-root +smi +ssl +samba suid test" REQUIRED_USE="test? ( samba )" +RESTRICT="!test? ( test )" RDEPEND=" >=net-libs/libpcap-1.10.1 @@ -36,7 +37,7 @@ RDEPEND=" ) smi? ( net-libs/libsmi ) ssl? ( - >=dev-libs/openssl-0.9.6m:0= + >=dev-libs/openssl-0.9.6m:= ) suid? ( acct-group/pcap diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index cb9b0d628c29..8d03b876b291 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -26,6 +26,7 @@ LICENSE="BSD" SLOT="0" IUSE="+drop-root +smi +ssl +samba suid test" REQUIRED_USE="test? ( samba )" +RESTRICT="!test? ( test )" RDEPEND=" >=net-libs/libpcap-1.10.1 @@ -36,7 +37,7 @@ RDEPEND=" ) smi? ( net-libs/libsmi ) ssl? ( - >=dev-libs/openssl-0.9.6m:0= + >=dev-libs/openssl-0.9.6m:= ) suid? ( acct-group/pcap