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

Collapse All | Expand All

(-)net-p2p/azureus/azureus-2.3.0.6-r1.ebuild.orig (-1 / +4 lines)
Lines 58-64 Link Here
58
	fi
58
	fi
59
59
60
	# Fails to build on amd64 without this
60
	# Fails to build on amd64 without this
61
	ANT_OPTS="${ANT_OPTS} -Xmx1g" \
61
	if use amd64; then
62
		ANT_OPTS="${ANT_OPTS} -Xmx1g"
63
	fi
64
	ANT_OPTS="${ANT_OPTS}" \
62
		ant -q -q ${ant_extra_opts} jar \
65
		ant -q -q ${ant_extra_opts} jar \
63
		|| die "ant build failed"
66
		|| die "ant build failed"
64
}
67
}

Return to bug 119400