commit: ee211b25c5bdb0237712a6fc89a0448c9d63ba5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 16:11:18 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 16:38:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee211b25
dev-lang/python: Remove static lib in 3.7.6 as well
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.7.6.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-lang/python/python-3.7.6.ebuild
b/dev-lang/python/python-3.7.6.ebuild
index 5748c146414..26ce7fb0b05 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/" \