summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2018-09-09 20:33:14 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-09 22:40:49 +0200
commitba37f1d3a5d4f5612801ade4f9b9a8e97502f306 (patch)
tree69a92ba9683c6a6b63d571e4e8486c0caa2ad829 /dev-libs/libmaxminddb
parentsci-libs/vtk: add python3 support (diff)
downloadgentoo-ba37f1d3a5d4f5612801ade4f9b9a8e97502f306.tar.gz
gentoo-ba37f1d3a5d4f5612801ade4f9b9a8e97502f306.tar.bz2
gentoo-ba37f1d3a5d4f5612801ade4f9b9a8e97502f306.zip
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
Diffstat (limited to 'dev-libs/libmaxminddb')
-rw-r--r--dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild3
1 files changed, 1 insertions, 2 deletions
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
}