summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-09-05 13:35:58 +0200
committerJeroen Roovers <jer@gentoo.org>2020-09-05 13:47:31 +0200
commit6a02c9077040cadb8de63b8252e2a8f43d7ca6b4 (patch)
tree38b8dabd5701bfb391bbc185e63e7c38f352aa22 /net-analyzer/tcpdump
parentgames-fps/eduke32: drop old version (diff)
downloadgentoo-6a02c9077040cadb8de63b8252e2a8f43d7ca6b4.tar.gz
gentoo-6a02c9077040cadb8de63b8252e2a8f43d7ca6b4.tar.bz2
gentoo-6a02c9077040cadb8de63b8252e2a8f43d7ca6b4.zip
net-analyzer/tcpdump: Require USE=samba for test suite
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Closes: https://bugs.gentoo.org/740142 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r--net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild3
-rw-r--r--net-analyzer/tcpdump/tcpdump-9999.ebuild10
2 files changed, 5 insertions, 8 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild b/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild
index 2034a5392dd1..c2cf8713eaca 100644
--- a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild
@@ -16,8 +16,9 @@ SRC_URI="
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="+drop-root libressl smi ssl samba suid test"
+IUSE="+drop-root libressl +smi +ssl +samba suid test"
RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( samba )"
RDEPEND="
net-libs/libpcap
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index 1df4d6f13e01..8352b63b1ccf 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -13,9 +13,10 @@ LICENSE="BSD"
EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
SLOT="0"
-IUSE="+drop-root libressl smi ssl samba suid test"
-RESTRICT="!test? ( test )"
KEYWORDS=""
+IUSE="+drop-root libressl +smi +ssl +samba suid test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( samba )"
RDEPEND="
net-libs/libpcap
@@ -48,11 +49,6 @@ pkg_setup() {
}
src_prepare() {
- sed -i -e '/^eapon1/d;' tests/TESTLIST || die
-
- # bug 630394
- sed -i -e '/^nbns-valgrind/d' tests/TESTLIST || die
-
default
eautoreconf