media-gfx/fontforge: replace prune_libtool_files with find -delete
authorMike Gilbert <floppym@gentoo.org>
Sun, 20 Aug 2017 01:33:50 +0000 (21:33 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 20 Aug 2017 01:33:50 +0000 (21:33 -0400)
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

media-gfx/fontforge/fontforge-20161005.ebuild

index e5465b3904f844c8756a8e8c2dae7ce56ff2bf31..bfe13bba8bae7039893e95976806c55dfb755165 100644 (file)
@@ -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() {