diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-27 00:01:35 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-27 00:01:35 +0200 |
commit | 85cbe1f5c3b79b60a54727ef77caef20714493d5 (patch) | |
tree | 55e083aa896626ace22e139a218dba2b1a711c5f /net-libs | |
parent | app-emulation/wine-staging: deprecated ltprune eclass (diff) | |
download | gentoo-85cbe1f5c3b79b60a54727ef77caef20714493d5.tar.gz gentoo-85cbe1f5c3b79b60a54727ef77caef20714493d5.tar.bz2 gentoo-85cbe1f5c3b79b60a54727ef77caef20714493d5.zip |
net-libs/libsearpc: adjust comment
Just adjusting a comment, as ltprune.eclass will be gone in future.
No changes in ebuild.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild index c3cd310e52b5..ca9505393e11 100644 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild @@ -35,6 +35,6 @@ src_prepare() { src_install() { default - # Remove unnecessary .la and .a files, as recommended by ltprune.eclass + # Remove unnecessary .la and .a files find "${ED}" -name '*.la' -o -name '*.a' -delete || die } |