media-libs/sdl2-mixer: Drop ltprune eclass for find -delete
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 1 Sep 2018 14:19:00 +0000 (15:19 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 1 Sep 2018 14:19:00 +0000 (15:19 +0100)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild

index 440a2a2ff04d589a749eefc37a79338e0a29d975..64a577a1f6340df45f459efc59cd73bbff61fe89 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit ltprune multilib-minimal
+inherit multilib-minimal
 
 MY_P="SDL2_mixer-${PV}"
 DESCRIPTION="Simple Direct Media Layer Mixer Library"
@@ -93,7 +93,7 @@ multilib_src_install() {
 
 multilib_src_install_all() {
        dodoc {CHANGES,README}.txt
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {