commit: ba37f1d3a5d4f5612801ade4f9b9a8e97502f306 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Sun Sep 9 18:33:14 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Sep 9 20:40:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba37f1d3
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(-) diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild index 2b544c9aeaa..c67fe174146 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 }
