commit: a94f61c0592f4e53ef40373a63c82b6ac34fc005
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jul 13 15:27:59 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jul 13 15:27:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94f61c0
sys-cluster/launchmon: remove static libs
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
...chmon-1.0.2_p20210430.ebuild => launchmon-1.0.2_p20210430-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild
b/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild
similarity index 92%
rename from sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild
rename to sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild
index 211de8df8..e957c101e 100644
--- a/sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild
+++ b/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild
@@ -50,4 +50,6 @@ src_configure() {
src_install() {
default
mv "${ED}/usr/etc" "${ED}" || die
+ find "${ED}" -name '*.la' -delete || die
+ find "${ED}" -name '*.a' -delete || die
}