dev-python/qscintilla-python: temporarily disable installation of dist-info dir

Broken upstream, will be fixed in 2.10.8

Closes: https://bugs.gentoo.org/664690
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Davide Pesavento
2018-09-17 01:51:59 +02:00
parent 31222abb5c
commit d38146da9b

View File

@@ -48,6 +48,7 @@ src_configure() {
--sip-incdir="$(python_get_includedir)"
$(usex debug '--debug --trace' '')
--verbose
--no-dist-info # bug 664690, fixed in 2.10.8
)
echo "${myconf[@]}"
"${myconf[@]}" || die