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

(-)azureus-2.3.0.4.ebuild (-2 / +2 lines)
Lines 56-63 Link Here
56
		# Sun derived JREs (Blackdown, Sun)
56
		# Sun derived JREs (Blackdown, Sun)
57
		ant_extra_opts="-Dbootclasspath=$(java-config --jdk-home)/jre/lib/rt.jar"
57
		ant_extra_opts="-Dbootclasspath=$(java-config --jdk-home)/jre/lib/rt.jar"
58
	fi
58
	fi
59
	ant -q -q \
59
	ANT_OPTS="${ANT_OPTS} -Xmx1g" \
60
		-buildfile build.xml ${ant_extra_opts} jar \
60
		ant -q -q ${ant_extra_opts} jar \
61
		|| die "ant build failed"
61
		|| die "ant build failed"
62
}
62
}
63
63

Return to bug 113389