media-libs/libass: No more ltprune
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 May 2019 14:04:34 +0000 (16:04 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 May 2019 16:55:52 +0000 (18:55 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/libass/libass-0.14.0.ebuild

index b2e5320aedb173eed8fd1953f2a26b988e597863..af3abf1c60004865c8a063a044317bc05386fb73 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit ltprune multilib-minimal
+
+inherit multilib-minimal
 
 DESCRIPTION="Library for SSA/ASS subtitles rendering"
 HOMEPAGE="https://github.com/libass/libass"
@@ -40,5 +41,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
        einstalldocs
-       prune_libtool_files
+       find "${D}" -name '*.la' -type f -delete || die
 }