Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Sat, 05 Sep 2020 11:47:38
Message-Id: 1599306451.6a02c9077040cadb8de63b8252e2a8f43d7ca6b4.jer@gentoo
1 commit: 6a02c9077040cadb8de63b8252e2a8f43d7ca6b4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 11:35:58 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 11:47:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a02c907
7
8 net-analyzer/tcpdump: Require USE=samba for test suite
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Closes: https://bugs.gentoo.org/740142
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild | 3 ++-
15 net-analyzer/tcpdump/tcpdump-9999.ebuild | 10 +++-------
16 2 files changed, 5 insertions(+), 8 deletions(-)
17
18 diff --git a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild b/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild
19 index 2034a5392dd..c2cf8713eac 100644
20 --- a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild
21 +++ b/net-analyzer/tcpdump/tcpdump-4.10.0_rc1.ebuild
22 @@ -16,8 +16,9 @@ SRC_URI="
23
24 SLOT="0"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
26 -IUSE="+drop-root libressl smi ssl samba suid test"
27 +IUSE="+drop-root libressl +smi +ssl +samba suid test"
28 RESTRICT="!test? ( test )"
29 +REQUIRED_USE="test? ( samba )"
30
31 RDEPEND="
32 net-libs/libpcap
33
34 diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
35 index 1df4d6f13e0..8352b63b1cc 100644
36 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
37 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
38 @@ -13,9 +13,10 @@ LICENSE="BSD"
39 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
40
41 SLOT="0"
42 -IUSE="+drop-root libressl smi ssl samba suid test"
43 -RESTRICT="!test? ( test )"
44 KEYWORDS=""
45 +IUSE="+drop-root libressl +smi +ssl +samba suid test"
46 +RESTRICT="!test? ( test )"
47 +REQUIRED_USE="test? ( samba )"
48
49 RDEPEND="
50 net-libs/libpcap
51 @@ -48,11 +49,6 @@ pkg_setup() {
52 }
53
54 src_prepare() {
55 - sed -i -e '/^eapon1/d;' tests/TESTLIST || die
56 -
57 - # bug 630394
58 - sed -i -e '/^nbns-valgrind/d' tests/TESTLIST || die
59 -
60 default
61
62 eautoreconf