commit: 1055a34ae57392a7f9dd4ebcc621ecbcfc5752a1 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Jun 7 08:24:27 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 08:26:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1055a34a
dev-util/hfstospell: remove all static files, #724294 Closes: https://bugs.gentoo.org/724294 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/hfstospell/hfstospell-0.5.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-util/hfstospell/hfstospell-0.5.1.ebuild b/dev-util/hfstospell/hfstospell-0.5.1.ebuild index bf47865439b..b3e56cf8523 100644 --- a/dev-util/hfstospell/hfstospell-0.5.1.ebuild +++ b/dev-util/hfstospell/hfstospell-0.5.1.ebuild @@ -28,3 +28,8 @@ src_prepare() { default eautoreconf } + +src_install() { + default + find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die +}
