summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-08-31 23:04:46 +0200
committerJeroen Roovers <jer@gentoo.org>2020-08-31 23:16:53 +0200
commitb3a8da5e2d50404f77e4bbb29fa5f9a105600152 (patch)
tree4efa276f824edeca26ed6ccaf0c18d0add6bfbcb /net-analyzer
parentnet-libs/libpcap: Update live ebuild (diff)
downloadgentoo-b3a8da5e2d50404f77e4bbb29fa5f9a105600152.tar.gz
gentoo-b3a8da5e2d50404f77e4bbb29fa5f9a105600152.tar.bz2
gentoo-b3a8da5e2d50404f77e4bbb29fa5f9a105600152.zip
net-analyzer/tcpdump: Update live ebuild
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tcpdump/tcpdump-9999.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index b0c0a0baa597..1df4d6f13e01 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -5,27 +5,21 @@ EAPI=7
inherit autotools git-r3 user
DESCRIPTION="A Tool for network monitoring and data acquisition"
-EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
HOMEPAGE="
https://www.tcpdump.org/
https://github.com/the-tcpdump-group/tcpdump
"
-
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 )"
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- KEYWORDS=""
-else
- SRC_URI="https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
+KEYWORDS=""
RDEPEND="
- drop-root? ( sys-libs/libcap-ng )
net-libs/libpcap
+ drop-root? ( sys-libs/libcap-ng )
smi? ( net-libs/libsmi )
ssl? (
!libressl? ( >=dev-libs/openssl-0.9.6m:0= )