diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 16:16:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 16:16:56 +0100 |
commit | 65ba1826d42b241cdd6738e5d36384113a3854db (patch) | |
tree | 2ac3b34f639da74c3d021e7fc957bc1e3bc84a48 /dev-python/PyQt5 | |
parent | 6231cfb0d8a9becf350e124ea5b108f5d8af6b24 (diff) |
Revert "dev-python/PyQt5-5.9, fix compilation failures"
This reverts commit 6231cfb0d8a9becf350e124ea5b108f5d8af6b24.
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.9.ebuild b/dev-python/PyQt5/PyQt5-5.9.ebuild index 2e921ee7..48bd40b0 100644 --- a/dev-python/PyQt5/PyQt5-5.9.ebuild +++ b/dev-python/PyQt5/PyQt5-5.9.ebuild @@ -160,11 +160,11 @@ src_configure() { eqmake5 -recursive ${PN}.pro } - python_foreach_impl configuration + python_foreach_impl run_in_build_dir configuration } src_compile() { - python_foreach_impl default + python_foreach_impl run_in_build_dir default } src_install() { @@ -189,7 +189,7 @@ src_install() { multibuild_merge_root "${tmp_root}" "${D}" python_optimize } - python_foreach_impl installation + python_foreach_impl run_in_build_dir installation einstalldocs use doc && dodoc -r doc/html |