commit:     ff3eea5071e5d079341ac378cea3f9b8e02dff8a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 23:04:44 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 23:05:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3eea50

dev-scheme/bigloo: do not install static libs

Closes: https://bugs.gentoo.org/890820
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../bigloo/{bigloo-4.4c_p4-r3.ebuild => bigloo-4.4c_p4-r4.ebuild}    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild 
b/dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild
similarity index 97%
rename from dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild
rename to dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild
index 9e7c5157fb76..2baba06090ea 100644
--- a/dev-scheme/bigloo/bigloo-4.4c_p4-r3.ebuild
+++ b/dev-scheme/bigloo/bigloo-4.4c_p4-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -161,6 +161,9 @@ 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

Reply via email to