Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xar/
Date: Sun, 03 Nov 2019 09:41:21
Message-Id: 1572774051.c1c03fac4af6d103e85404d3f1fbc5b90bfa8e8f.grobian@gentoo
1 commit: c1c03fac4af6d103e85404d3f1fbc5b90bfa8e8f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 09:40:51 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 09:40:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c03fac
7
8 app-arch/xar-1.8-r2: drop usage of ltprune
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-arch/xar/xar-1.8-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-arch/xar/xar-1.8-r2.ebuild b/app-arch/xar/xar-1.8-r2.ebuild
17 index 4a33df6ca29..e0a73c43128 100644
18 --- a/app-arch/xar/xar-1.8-r2.ebuild
19 +++ b/app-arch/xar/xar-1.8-r2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit flag-o-matic multilib-minimal ltprune
25 +inherit flag-o-matic multilib-minimal
26
27 APPLE_PV=400
28 DESCRIPTION="An easily extensible archive format"
29 @@ -48,5 +48,5 @@ multilib_src_configure() {
30
31 multilib_src_install() {
32 default
33 - prune_libtool_files
34 + find "${D}" -name '*.la' -delete || die
35 }