commit: dfbd16955f1cf0531abdc1402f3ce7403b019200 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 13:28:32 2022 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sun Jun 12 13:28:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbd1695
mail-client/sylpheed: prune .la files Closes: https://bugs.gentoo.org/847208 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild index f14a148984bc..57420df5d568 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild @@ -61,4 +61,6 @@ src_install() { emake DESTDIR="${D}" install-plugin docinto plugin/attachment_tool dodoc README + + find "${ED}" -name '*.la' -delete || die }
