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

(-)a/dev-python/PyQt5/PyQt5-5.14.2.ebuild (-1 / +1 lines)
Lines 177-183 src_compile() { Link Here
177
src_install() {
177
src_install() {
178
	installation() {
178
	installation() {
179
		local tmp_root=${D}/${PN}_tmp_root
179
		local tmp_root=${D}/${PN}_tmp_root
180
		emake INSTALL_ROOT="${tmp_root}" install
180
		emake INSTALL_ROOT="${tmp_root}" install -j1 # 720002
181
181
182
		local bin_dir=${tmp_root}${EPREFIX}/usr/bin
182
		local bin_dir=${tmp_root}${EPREFIX}/usr/bin
183
		local exe
183
		local exe

Return to bug 720002