From 6231cfb0d8a9becf350e124ea5b108f5d8af6b24 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Oct 2017 15:02:22 +0100 Subject: dev-python/PyQt5-5.9, fix compilation failures --- dev-python/PyQt5/PyQt5-5.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/PyQt5/PyQt5-5.9.ebuild') 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 -- cgit v1.2.3