Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663296 - dev-libs/libmaxminddb: drop eutils / prune_libtool_files
Summary: dev-libs/libmaxminddb: drop eutils / prune_libtool_files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-10 13:14 UTC by Tomáš Mózes
Modified: 2018-09-09 20:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2018-08-10 13:14:17 UTC
--- /usr/portage/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild        2018-03-19 01:38:46.000000000 +0100
+++ libmaxminddb-1.3.2-r1.ebuild        2018-08-10 15:11:37.091715483 +0200
@@ -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_install() {
        default
 
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
 }
Comment 1 Larry the Git Cow gentoo-dev 2018-09-09 20:41:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba37f1d3a5d4f5612801ade4f9b9a8e97502f306

commit ba37f1d3a5d4f5612801ade4f9b9a8e97502f306
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2018-09-09 18:33:14 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-09-09 20:40:49 +0000

    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(-)