commit: a5ef33712484c143ba8ca057e6f033899a83777c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 08:53:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 09:28:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ef3371
app-arch/xar: [QA] Fix using deprecated ltprune.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/xar/xar-1.8-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/xar/xar-1.8-r3.ebuild b/app-arch/xar/xar-1.8-r3.ebuild
index 18ab6a29a1f..17416980f25 100644
--- a/app-arch/xar/xar-1.8-r3.ebuild
+++ b/app-arch/xar/xar-1.8-r3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit flag-o-matic multilib-minimal multilib ltprune
+inherit flag-o-matic multilib-minimal multilib
APPLE_PV=417.1
DESCRIPTION="An easily extensible archive format"
@@ -60,5 +60,5 @@ multilib_src_configure() {
multilib_src_install() {
default
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}