summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:45 +0100
commitfed88eda9f25b280e0da2bcd07723940ccb2b200 (patch)
treec7c889dd4c23ec7e9c7ae9e0dee15ee412f3d5d9 /net-libs/libpcapnav
parentnet-libs/libnice: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-fed88eda9f25b280e0da2bcd07723940ccb2b200.tar.gz
gentoo-fed88eda9f25b280e0da2bcd07723940ccb2b200.tar.bz2
gentoo-fed88eda9f25b280e0da2bcd07723940ccb2b200.zip
net-libs/libpcapnav: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/libpcapnav')
-rw-r--r--net-libs/libpcapnav/libpcapnav-0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
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/"