From: David Seifert Date: Sat, 15 Feb 2020 10:01:13 +0000 (+0100) Subject: net-analyzer/nfdump: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3356ebc1699baf24230d280820c3c211b4372186;p=gentoo.git net-analyzer/nfdump: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/net-analyzer/nfdump/nfdump-1.6.15-r1.ebuild b/net-analyzer/nfdump/nfdump-1.6.15-r1.ebuild index 00ff763e69a8..1bc02e2ad824 100644 --- a/net-analyzer/nfdump/nfdump-1.6.15-r1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.15-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="A set of tools to collect and process netflow data" HOMEPAGE="https://github.com/phaag/nfdump" diff --git a/net-analyzer/nfdump/nfdump-1.6.16-r1.ebuild b/net-analyzer/nfdump/nfdump-1.6.16-r1.ebuild index 3903ec96efda..1c1536dcf588 100644 --- a/net-analyzer/nfdump/nfdump-1.6.16-r1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.16-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="A set of tools to collect and process netflow data" HOMEPAGE="https://github.com/phaag/nfdump"