diff options
Diffstat (limited to 'net-libs/libprotoident/libprotoident-9999.ebuild')
-rw-r--r-- | net-libs/libprotoident/libprotoident-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild index 397ba5fb9253..89b8578c07c5 100644 --- a/net-libs/libprotoident/libprotoident-9999.ebuild +++ b/net-libs/libprotoident/libprotoident-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools eutils git-r3 +EAPI=7 +inherit autotools git-r3 DESCRIPTION="A library that performs application layer protocol identification for flows" HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php" @@ -38,5 +38,5 @@ src_configure() { src_install() { default - prune_libtool_files + find "${D}" -name '*.la' -delete || die } |