dev-scheme/bigloo: remove libtool .la files

Closes: https://bugs.gentoo.org/933665
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-06-06 09:48:30 +02:00
parent d4c2278609
commit 509edd0cad

View File

@@ -5,7 +5,7 @@ EAPI=8
inherit elisp-common flag-o-matic toolchain-funcs
MY_PV=${PV/_p/-} # e.g.: 4.4c_p4 -> 4.4c-4
MY_PV="${PV/_p/-}" # e.g.: 4.4c_p4 -> 4.4c-4
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Practical Scheme Compiler with many extensions"
@@ -56,11 +56,11 @@ BDEPEND="
sys-apps/texinfo
"
PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
DOCS=( ChangeLog README.md TODO.org )
SITEFILE="50${PN}-gentoo.el"
PATCHES="${FILESDIR}/${P}-makefile.patch"
src_prepare() {
default
@@ -211,8 +211,9 @@ src_install() {
einstalldocs
# Remove static libs, bug #890820, #891041
# Remove static libs, bug #890820, #891041, #933665
find "${ED}" -name "*.a" -delete || die
find "${ED}" -name "*.la" -delete || die
}
pkg_postinst() {