Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/
Date: Thu, 05 Nov 2015 20:50:06
Message-Id: 1446756579.5c718547f493235ea584e7cb3fabcd2e9ccfd584.vapier@gentoo
1 commit: 5c718547f493235ea584e7cb3fabcd2e9ccfd584
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 5 20:32:07 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 5 20:49:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c718547
7
8 net-libs/libnxml: use -delete for .la files
9
10 net-libs/libnxml/libnxml-0.18.3.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild b/net-libs/libnxml/libnxml-0.18.3.ebuild
14 index 5ae47b7..dd2b3fb 100644
15 --- a/net-libs/libnxml/libnxml-0.18.3.ebuild
16 +++ b/net-libs/libnxml/libnxml-0.18.3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2012 Gentoo Foundation
19 +# Copyright 1999-2015 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -44,5 +44,5 @@ src_install() {
24 doins test/*.c
25 fi
26
27 - find "${D}" -name '*.la' -exec rm -f {} +
28 + find "${D}" -name '*.la' -delete
29 }