mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/portio: fix link with lld
Closes: https://bugs.gentoo.org/785787 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user