dev-python/qscintilla-python: support building against Qt5/PyQt5

Gentoo-Bug: 541604

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Davide Pesavento
2017-01-21 23:07:04 +01:00
parent ef9deaf166
commit 94c379bcbe
19 changed files with 113 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ src_configure() {
"${myconf[@]}" || die
# Run eqmake4 to respect toolchain, build flags, and prevent stripping
eqmake4
eqmake4 -recursive
}
python_foreach_impl run_in_build_dir configuration
}