diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 15:02:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 15:02:22 +0100 |
commit | 6231cfb0d8a9becf350e124ea5b108f5d8af6b24 (patch) | |
tree | 7f19dc1a0dad256ae17e552dea23311b2ed7ca93 | |
parent | 93372f62a9c27d11032172f9c376693919f01c10 (diff) |
dev-python/PyQt5-5.9, fix compilation failures
-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 48bd40b0..2e921ee7 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 run_in_build_dir configuration + python_foreach_impl configuration } src_compile() { - python_foreach_impl run_in_build_dir default + python_foreach_impl default } src_install() { @@ -189,7 +189,7 @@ src_install() { multibuild_merge_root "${tmp_root}" "${D}" python_optimize } - python_foreach_impl run_in_build_dir installation + python_foreach_impl installation einstalldocs use doc && dodoc -r doc/html |