summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2022-06-12 22:28:32 +0900
committerAkinori Hattori <hattya@gentoo.org>2022-06-12 22:28:32 +0900
commitdfbd16955f1cf0531abdc1402f3ce7403b019200 (patch)
treeb4441e8408aab7659b2183772133c1d29433b88a
parentmail-client/sylpheed: update to EAPI 8 (diff)
downloadgentoo-dfbd16955f1cf0531abdc1402f3ce7403b019200.tar.gz
gentoo-dfbd16955f1cf0531abdc1402f3ce7403b019200.tar.bz2
gentoo-dfbd16955f1cf0531abdc1402f3ce7403b019200.zip
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@gentoo.org>
-rw-r--r--mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}