dev-libs/libmaxminddb: drop eutils / prune_libtool_files

Closes: https://github.com/gentoo/gentoo/pull/9527
Closes: https://bugs.gentoo.org/663296
Package-Manager: Portage-2.3.45, Repoman-2.3.10
This commit is contained in:
Tomas Mozes
2018-09-09 20:33:14 +02:00
committed by Thomas Deutschmann
parent a6334d7139
commit ba37f1d3a5

View File

@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils
DESCRIPTION="C library for the MaxMind DB file format"
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -22,5 +21,5 @@ src_configure() {
src_install() {
default
prune_libtool_files
find "${ED}" -name '*.la' -delete || die
}