media-libs/libkate: Kill .la files unconditionally
authorMichał Górny <mgorny@gentoo.org>
Wed, 9 Aug 2017 05:11:33 +0000 (07:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 11 Aug 2017 13:20:36 +0000 (15:20 +0200)
media-libs/libkate/libkate-0.4.1-r3.ebuild

index fe9f123249251481aa1629ad232aa618e58b23d8..b9892bb4c9f4c22b3e3a5d80e7d4bc5763a4edeb 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit ltprune python-single-r1
+inherit python-single-r1
 
 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
 HOMEPAGE="https://code.google.com/p/libkate/"
@@ -48,6 +48,6 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
        use wxwidgets && python_fix_shebang "${D}"
 }