From cffa59e18ba99f89c5f790af06ffbdcef8a2c6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 16 Jan 2023 21:09:27 +0100 Subject: [PATCH] dev-scheme/bigloo: do not install links to static libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/891041 Signed-off-by: Maciej Barć --- .../{bigloo-4.4c_p4-r4.ebuild => bigloo-4.4c_p4-r5.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-scheme/bigloo/{bigloo-4.4c_p4-r4.ebuild => bigloo-4.4c_p4-r5.ebuild} (98%) diff --git a/dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild b/dev-scheme/bigloo/bigloo-4.4c_p4-r5.ebuild similarity index 98% rename from dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild rename to dev-scheme/bigloo/bigloo-4.4c_p4-r5.ebuild index 2baba06090ea3..c1d2c93aafbb6 100644 --- a/dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild +++ b/dev-scheme/bigloo/bigloo-4.4c_p4-r5.ebuild @@ -161,9 +161,6 @@ src_install() { emake DESTDIR="${D}" -C bdb install emake DESTDIR="${D}" -C cigloo install - # Remove static libs, bug #890820 - find "${ED}" -type f -name "*.a" -delete || die - # The ".sh" scripts set proper environment and library order for Bigloo, # but programs (and the Bigloo Emacs library, "bee-mode") want "bigloo", # not "bigloo.sh". To make programs work we install all executable files @@ -191,6 +188,9 @@ src_install() { fi einstalldocs + + # Remove static libs, bug #890820, #891041 + find "${ED}" -name "*.a" -delete || die } pkg_postinst() {