summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:46 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:46 +0100
commitf72feefbb6c9e2cd4416c4229568cf958aa3a3f5 (patch)
tree64b1bd9855ac82cabaa323e41446da02f289f6fd /net-libs/libprotoident
parentnet-libs/libpcapnav: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-f72feefbb6c9e2cd4416c4229568cf958aa3a3f5.tar.gz
gentoo-f72feefbb6c9e2cd4416c4229568cf958aa3a3f5.tar.bz2
gentoo-f72feefbb6c9e2cd4416c4229568cf958aa3a3f5.zip
net-libs/libprotoident: [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/libprotoident')
-rw-r--r--net-libs/libprotoident/libprotoident-2.0.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
index e2e7b8979165..12543b4187b1 100644
--- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild
+++ b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
+inherit eutils ltprune
DESCRIPTION="A library that performs application layer protocol identification for flows"
HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"