From ba37f1d3a5d4f5612801ade4f9b9a8e97502f306 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Sun, 9 Sep 2018 20:33:14 +0200 Subject: 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 --- dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild index 2b544c9aeaae..c67fe1741469 100644 --- a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild +++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild @@ -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 } -- cgit v1.2.3-65-gdbad