diff options
Diffstat (limited to 'net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild')
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild b/net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild index b31a5d90901d..134e2b4a8757 100644 --- a/net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="A set of tools to collect and process netflow data" HOMEPAGE="https://github.com/phaag/nfdump" SRC_URI=" ${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz - ${HOMEPAGE}/commit/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch + ${HOMEPAGE}/commit/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch -> ${P}-security.patch " LICENSE="BSD" @@ -40,7 +40,7 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-1.6.14-libft.patch \ "${FILESDIR}"/${PN}-1.6.14-libnfdump.patch \ - "${DISTDIR}"/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch + "${DISTDIR}"/${P}-security.patch eautoreconf } |