commit:     4864ed4b81ad84f3b864fbae046315be316b5757
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 02:03:08 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 28 02:03:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4864ed4b

dev-python/portio: fix link with lld

Closes: https://bugs.gentoo.org/785787
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/portio/portio-0.5.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-python/portio/portio-0.5.ebuild 
b/dev-python/portio/portio-0.5.ebuild
index 583a66e48..e65ca345c 100644
--- a/dev-python/portio/portio-0.5.ebuild
+++ b/dev-python/portio/portio-0.5.ebuild
@@ -18,3 +18,11 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DOCS=( index.rst )
+
+src_prepare() {
+       sed -e '/include_dirs/d' \
+               -e '/library_dirs/d' \
+               -i setup.py || die
+
+       distutils-r1_src_prepare
+}

Reply via email to