Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304971 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/eclass/qt4-build.eclass (+7 lines)
Lines 764-769 Link Here
764
		spec+=-64
764
		spec+=-64
765
	fi
765
	fi
766
766
767
	if [[ "$ABI" == "x86" ]]; then
768
		spec+=-32
769
	else
770
		ewarn "Unknown Arch $ABI."
771
	fi
772
773
767
	echo "${spec}"
774
	echo "${spec}"
768
}
775
}
769
776

Return to bug 304971