commit:     70ef02425569466a6238d52af2d031546a5ced72
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 03:26:37 2019 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 03:33:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ef0242

dev-python/PyQtWebEngine: more complete fix for parallel install failure

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild
index d3c7cc020de..0aca082f5a4 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild
@@ -51,7 +51,8 @@ src_configure() {
                "${myconf[@]}" || die
 
                # Fix parallel install failure
-               sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets' ${PN}.pro || die
+               sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
+                       ${PN}.pro || die
 
                # Run eqmake to respect toolchain and build flags
                eqmake5 -recursive ${PN}.pro

Reply via email to