View | Details | Raw Unified
Collapse All | Expand All

(-) sci-mathematics/pari/pari-2.3.2.ebuild- (-1 / +1 lines)
 Lines 29-35    Link Here 
src_compile() {
src_compile() {
	# Special handling for sparc
	# Special handling for sparc
	local myhost
	local myhost
	[ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparc64-linux" \
	[ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparcv9-linux" \
		|| myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')"
		|| myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')"
	einfo "Building for ${myhost}"
	einfo "Building for ${myhost}"