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 (-3 / +9 lines)
Lines 58-66 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 [ "${ARCH}" = "amd64" ]; then
62
		ant -q -q ${ant_extra_opts} jar \
62
		ANT_OPTS="${ANT_OPTS} -Xmx1g" \
63
		|| die "ant build failed"
63
			ant -q -q ${ant_extra_opts} jar \
64
			|| die "ant build failed"
65
	else
66
		ANT_OPTS="${ANT_OPTS}" \
67
			ant -q -q ${ant_extra_opts} jar \
68
			|| die "ant build failed"
69
	fi
64
}
70
}
65
71
66
src_install() {
72
src_install() {

Return to bug 119400