From: Michał Górny Date: Fri, 20 Dec 2019 16:11:18 +0000 (+0100) Subject: dev-lang/python: Remove static lib in 3.7.6 as well X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee211b25c5bdb0237712a6fc89a0448c9d63ba5d;p=gentoo.git dev-lang/python: Remove static lib in 3.7.6 as well Signed-off-by: Michał Górny --- diff --git a/dev-lang/python/python-3.7.6.ebuild b/dev-lang/python/python-3.7.6.ebuild index 5748c1464149..26ce7fb0b051 100644 --- a/dev-lang/python/python-3.7.6.ebuild +++ b/dev-lang/python/python-3.7.6.ebuild @@ -204,6 +204,9 @@ src_install() { emake DESTDIR="${D}" altinstall + # Remove static library + rm "${ED}"/usr/$(get_libdir)/libpython*.a || die + sed \ -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \ -e "s/\(PY_LDFLAGS=\).*/\1/" \