diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-03 09:53:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-03 10:28:57 +0100 |
commit | a5ef33712484c143ba8ca057e6f033899a83777c (patch) | |
tree | 680a38d27499feef9099d1a293ea6a4c630c4b3b /app-arch/xar | |
parent | sys-auth/libnss-pgsql: [QA] Fix BadInsIntoDir (diff) | |
download | gentoo-a5ef33712484c143ba8ca057e6f033899a83777c.tar.gz gentoo-a5ef33712484c143ba8ca057e6f033899a83777c.tar.bz2 gentoo-a5ef33712484c143ba8ca057e6f033899a83777c.zip |
app-arch/xar: [QA] Fix using deprecated ltprune.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/xar')
-rw-r--r-- | app-arch/xar/xar-1.8-r3.ebuild | 4 |
1 files 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 18ab6a29a1f7..17416980f251 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 } |