diff options
author | Davide Pesavento <pesa@gentoo.org> | 2018-09-17 01:51:59 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2018-09-17 01:53:21 +0200 |
commit | d38146da9b9e0479a54c20d7cbce89ff95e477ab (patch) | |
tree | 2c50c196c2d362c657f452e50841d3b3f5839c7f /dev-python/qscintilla-python | |
parent | sys-auth/libnss-mysql: Stable revbump for dependency change (diff) | |
download | gentoo-d38146da9b9e0479a54c20d7cbce89ff95e477ab.tar.gz gentoo-d38146da9b9e0479a54c20d7cbce89ff95e477ab.tar.bz2 gentoo-d38146da9b9e0479a54c20d7cbce89ff95e477ab.zip |
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
Diffstat (limited to 'dev-python/qscintilla-python')
-rw-r--r-- | dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |