From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3543138334 for ; Fri, 27 Dec 2019 03:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C01F1E0AFF; Fri, 27 Dec 2019 03:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AD22E0AFF for ; Fri, 27 Dec 2019 03:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C448034DBE6 for ; Fri, 27 Dec 2019 03:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8FB43 for ; Fri, 27 Dec 2019 03:33:50 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1577417618.70ef02425569466a6238d52af2d031546a5ced72.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQtWebEngine/PyQtWebEngine-5.13.2.ebuild X-VCS-Directories: dev-python/PyQtWebEngine/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 70ef02425569466a6238d52af2d031546a5ced72 X-VCS-Branch: master Date: Fri, 27 Dec 2019 03:33:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f03514f-59c9-4d4e-accf-3646d8add5fb X-Archives-Hash: 197e779c63148cd586f697711930874b commit: 70ef02425569466a6238d52af2d031546a5ced72 Author: Davide Pesavento gentoo org> AuthorDate: Fri Dec 27 03:26:37 2019 +0000 Commit: Davide Pesavento gentoo 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 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