From: Davide Pesavento Date: Sun, 16 Sep 2018 23:51:59 +0000 (+0200) Subject: dev-python/qscintilla-python: temporarily disable installation of dist-info dir X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d38146da9b9e0479a54c20d7cbce89ff95e477ab;p=gentoo.git 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 --- diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild index d9ffd92fb6cf..fd7315c51ce1 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild @@ -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