summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2017-09-07 16:42:44 -0400
committerZero_Chaos <zerochaos@gentoo.org>2017-09-07 16:45:01 -0400
commit92776c6ea2fdf420b8d70e10106b729124372edf (patch)
treeda018e970aa9b7c324ffaf9b02bd4e84eae78590 /net-analyzer/tcpdump/tcpdump-9999.ebuild
parentwww-client/opera-beta: Old. (diff)
downloadgentoo-92776c6ea2fdf420b8d70e10106b729124372edf.tar.gz
gentoo-92776c6ea2fdf420b8d70e10106b729124372edf.tar.bz2
gentoo-92776c6ea2fdf420b8d70e10106b729124372edf.zip
net-analyzer/tcpdump: minor cleanup + version bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/tcpdump/tcpdump-9999.ebuild')
-rw-r--r--net-analyzer/tcpdump/tcpdump-9999.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index 340e3058a3fe..a631cce9193b 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils flag-o-matic git-r3 toolchain-funcs user
+inherit eutils flag-o-matic toolchain-funcs user
DESCRIPTION="A Tool for network monitoring and data acquisition"
EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
@@ -14,7 +14,13 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
IUSE="+drop-root libressl smi ssl samba suid test"
-KEYWORDS=""
+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 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+fi
RDEPEND="
drop-root? ( sys-libs/libcap-ng )