Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/
Date: Fri, 27 Dec 2019 03:33:55
Message-Id: 1577417618.70ef02425569466a6238d52af2d031546a5ced72.pesa@gentoo
1 commit: 70ef02425569466a6238d52af2d031546a5ced72
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 03:26:37 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 03:33:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ef0242
7
8 dev-python/PyQtWebEngine: more complete fix for parallel install failure
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild
17 index d3c7cc020de..0aca082f5a4 100644
18 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild
19 +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild
20 @@ -51,7 +51,8 @@ src_configure() {
21 "${myconf[@]}" || die
22
23 # Fix parallel install failure
24 - sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets' ${PN}.pro || die
25 + sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets install_pep484_stubs install_api' \
26 + ${PN}.pro || die
27
28 # Run eqmake to respect toolchain and build flags
29 eqmake5 -recursive ${PN}.pro