Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 702976
Collapse All | Expand All

(-)a/dev-python/PyQt5/PyQt5-5.13.2.ebuild (-1 / +5 lines)
Lines 154-160 src_configure() { Link Here
154
		"${myconf[@]}" || die
154
		"${myconf[@]}" || die
155
155
156
		# Fix parallel install failure
156
		# Fix parallel install failure
157
		sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets ' ${PN}.pro || die
157
		if python_is_python3; then
158
			sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets install_pep484_stubs install_qscintilla_api' ${PN}.pro || die
159
		else
160
			sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets install_qscintilla_api' ${PN}.pro || die
161
		fi
158
162
159
		# Run eqmake to respect toolchain and build flags
163
		# Run eqmake to respect toolchain and build flags
160
		eqmake5 -recursive ${PN}.pro
164
		eqmake5 -recursive ${PN}.pro

Return to bug 702976