dev-libs/libuv: remove ltprune eclass
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 29 Sep 2018 16:25:48 +0000 (18:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 30 Sep 2018 08:38:27 +0000 (10:38 +0200)
Closes: https://bugs.gentoo.org/666722
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9938
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/libuv/libuv-1.23.1.ebuild

index 1edbef416b0b693c4d7125e63b3bd8affeedd880..da446c4f459386146b5d47811e0614466c78d027 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools ltprune multilib-minimal
+inherit autotools multilib-minimal
 
 DESCRIPTION="Cross-platform asychronous I/O"
 HOMEPAGE="https://github.com/libuv/libuv"
@@ -43,5 +43,5 @@ multilib_src_test() {
 
 multilib_src_install_all() {
        einstalldocs
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
 }