projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c9568
)
media-libs/sdl2-mixer: Drop ltprune eclass for find -delete
author
James Le Cuirot
<chewi@gentoo.org>
Sat, 1 Sep 2018 14:19:00 +0000
(15:19 +0100)
committer
James 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
patch
|
blob
|
history
diff --git
a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
index 440a2a2ff04d589a749eefc37a79338e0a29d975..64a577a1f6340df45f459efc59cd73bbff61fe89 100644
(file)
--- a/
media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
+++ b/
media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
@@
-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() {