dev-libs/libmaxminddb: drop eutils / prune_libtool_files
authorTomas Mozes <hydrapolic@gmail.com>
Sun, 9 Sep 2018 18:33:14 +0000 (20:33 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 9 Sep 2018 20:40:49 +0000 (22:40 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9527
Closes: https://bugs.gentoo.org/663296
Package-Manager: Portage-2.3.45, Repoman-2.3.10

dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild

index 2b544c9aeaae242c4ba1673fba1bf100ec4e9748..c67fe17414695532fcae89fffb721e021292ee78 100644 (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
 }