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

(-)a/icedtea-6.1.12.6.ebuild (-1 / +1 lines)
Lines 171-177 Link Here
171
171
172
	# Always use HotSpot as the primary VM if available. #389521 #368669 #357633 ...
172
	# Always use HotSpot as the primary VM if available. #389521 #368669 #357633 ...
173
	# Otherwise use CACAO
173
	# Otherwise use CACAO
174
	if ! has "${ARCH}" amd64 sparc x86; then
174
	if ! has "${ARCH}" amd64 ia64 sparc x86; then
175
		enable_cacao=yes
175
		enable_cacao=yes
176
	elif use cacao; then
176
	elif use cacao; then
177
		ewarn 'Enabling CACAO on an architecture with HotSpot support; issues may result.'
177
		ewarn 'Enabling CACAO on an architecture with HotSpot support; issues may result.'

Return to bug 481266