diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-09-09 20:33:14 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-09 22:40:49 +0200 |
commit | ba37f1d3a5d4f5612801ade4f9b9a8e97502f306 (patch) | |
tree | 69a92ba9683c6a6b63d571e4e8486c0caa2ad829 /dev-libs | |
parent | sci-libs/vtk: add python3 support (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild | 3 |
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 } |