Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 25 Feb 2019 06:28:14
Message-Id: 1551075862.d4b856a2ecb6975c433267f9b53df0cb75f3ee1e.ulm@gentoo
1 commit: d4b856a2ecb6975c433267f9b53df0cb75f3ee1e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 06:24:22 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 06:24:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b856a2
7
8 eclass: Update comment in ltprune.eclass.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/ltprune.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass
16 index c0fa391bdff..d8e93b6fb4b 100644
17 --- a/eclass/ltprune.eclass
18 +++ b/eclass/ltprune.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: ltprune.eclass
25 @@ -11,7 +11,7 @@
26 #
27 # Discouraged. Whenever possible, please use much simpler:
28 # @CODE
29 -# find "${D}" -name '*.la' -delete || die
30 +# find "${D}" -name '*.la' -type f -delete || die
31 # @CODE
32
33 if [[ -z ${_LTPRUNE_ECLASS} ]]; then