commit:     2c07969041ff2f3f2a4f81b2db040fce315d869d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 05:44:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 05:44:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c079690

net-analyzer/tcpdump: crank up tcpdump RDEPEND

According to upstream site. Apparently just for tests though.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 5 ++---
 net-analyzer/tcpdump/tcpdump-9999.ebuild   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
index 06157bef920b..6dc1d3f43826 100644
--- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
 #RESTRICT="test"
 
 RDEPEND="
-       net-libs/libpcap
+       >=net-libs/libpcap-1.10.1
        drop-root? (
                acct-group/pcap
                acct-user/pcap
@@ -52,7 +52,6 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
        test? (
-               >=net-libs/libpcap-1.9.1
                dev-lang/perl
        )
 "

diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild 
b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index 7fb2b1d8d0c3..ac9b01e80aa8 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,7 +31,7 @@ REQUIRED_USE="test? ( samba )"
 RESTRICT="test"
 
 RDEPEND="
-       net-libs/libpcap
+       >=net-libs/libpcap-1.10.1
        drop-root? (
                acct-group/pcap
                acct-user/pcap
@@ -49,7 +49,6 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
        test? (
-               >=net-libs/libpcap-1.9.1
                dev-lang/perl
        )
 "

Reply via email to