Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/
Date: Sun, 09 Sep 2018 20:41:33
Message-Id: 1536525649.ba37f1d3a5d4f5612801ade4f9b9a8e97502f306.whissi@gentoo
1 commit: ba37f1d3a5d4f5612801ade4f9b9a8e97502f306
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 9 18:33:14 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 20:40:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba37f1d3
7
8 dev-libs/libmaxminddb: drop eutils / prune_libtool_files
9
10 Closes: https://github.com/gentoo/gentoo/pull/9527
11 Closes: https://bugs.gentoo.org/663296
12 Package-Manager: Portage-2.3.45, Repoman-2.3.10
13
14 dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
18 index 2b544c9aeaa..c67fe174146 100644
19 --- a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
20 +++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
21 @@ -2,7 +2,6 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -inherit eutils
26
27 DESCRIPTION="C library for the MaxMind DB file format"
28 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
29 @@ -22,5 +21,5 @@ src_configure() {
30 src_install() {
31 default
32
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 }