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

Collapse All | Expand All

(-)multilib.eclass.old (-2 / +2 lines)
Lines 376-383 Link Here
376
			: ${DEFAULT_ABI=sparc64}
376
			: ${DEFAULT_ABI=sparc64}
377
		;;
377
		;;
378
		*)
378
		*)
379
			: ${MULTILIB_ABIS=default}
379
			MULTILIB_ABIS=default
380
			: ${DEFAULT_ABI=default}
380
			DEFAULT_ABI=default
381
		;;
381
		;;
382
	esac
382
	esac
383
383

Return to bug 458720