dev-libs/wayland: Drop ltprune
authorMatt Turner <mattst88@gentoo.org>
Tue, 16 Oct 2018 19:27:25 +0000 (12:27 -0700)
committerMatt Turner <mattst88@gentoo.org>
Tue, 16 Oct 2018 19:29:35 +0000 (12:29 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-libs/wayland/wayland-9999.ebuild

index 62aa7b2393bb61974555f5f5bd684a6830488be7..fccfe91aa57e464dd79684eedf63cdc08a57a68d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-r3"
 fi
 
-inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
+inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
 
 DESCRIPTION="Wayland protocol libraries"
 HOMEPAGE="https://wayland.freedesktop.org/"
@@ -57,7 +57,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
        einstalldocs
 }