commit:     4ac5a76a650f52ad69e0cfcc59eca54f9a15f2a5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 01:33:50 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 01:33:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac5a76a

media-gfx/fontforge: replace prune_libtool_files with find -delete

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 media-gfx/fontforge/fontforge-20161005.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild 
b/media-gfx/fontforge/fontforge-20161005.ebuild
index e5465b3904f..bfe13bba8ba 100644
--- a/media-gfx/fontforge/fontforge-20161005.ebuild
+++ b/media-gfx/fontforge/fontforge-20161005.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit eutils python-single-r1 xdg-utils
+inherit python-single-r1 xdg-utils
 
 DESCRIPTION="postscript font editor and converter"
 HOMEPAGE="http://fontforge.github.io/";
@@ -96,7 +96,7 @@ src_compile() {
 
 src_install() {
        default
-       prune_libtool_files --modules
+       find "${D}" -name '*.la' -delete || die
 }
 
 pkg_postrm() {

Reply via email to