mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user