From: David Seifert Date: Sat, 15 Feb 2020 10:01:45 +0000 (+0100) Subject: net-libs/libpcapnav: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fed88eda9f25b280e0da2bcd07723940ccb2b200;p=gentoo.git net-libs/libpcapnav: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/net-libs/libpcapnav/libpcapnav-0.8.ebuild b/net-libs/libpcapnav/libpcapnav-0.8.ebuild index ff67813df5aa..6e3be2c60800 100644 --- a/net-libs/libpcapnav/libpcapnav-0.8.ebuild +++ b/net-libs/libpcapnav/libpcapnav-0.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit eutils ltprune DESCRIPTION="Libpcap wrapper library to navigate to arbitrary packets in a tcpdump trace file" HOMEPAGE="http://netdude.sourceforge.net/"