Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/
Date: Mon, 26 Jul 2021 22:01:51
Message-Id: 1627336895.85cbe1f5c3b79b60a54727ef77caef20714493d5.conikost@gentoo
1 commit: 85cbe1f5c3b79b60a54727ef77caef20714493d5
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 26 22:01:35 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 26 22:01:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cbe1f5
7
8 net-libs/libsearpc: adjust comment
9
10 Just adjusting a comment, as ltprune.eclass will be gone in future.
11 No changes in ebuild.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
15
16 net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
20 index c3cd310e52b..ca9505393e1 100644
21 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
22 +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
23 @@ -35,6 +35,6 @@ src_prepare() {
24
25 src_install() {
26 default
27 - # Remove unnecessary .la and .a files, as recommended by ltprune.eclass
28 + # Remove unnecessary .la and .a files
29 find "${ED}" -name '*.la' -o -name '*.a' -delete || die
30 }