commit:     b3a8da5e2d50404f77e4bbb29fa5f9a105600152
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 21:04:46 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 21:16:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a8da5e

net-analyzer/tcpdump: Update live ebuild

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/tcpdump/tcpdump-9999.ebuild | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild 
b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index b0c0a0baa59..1df4d6f13e0 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= )

Reply via email to