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

Collapse All | Expand All

(-)icedtea6-1.3.1-r1.ebuild (-1 / +9 lines)
Lines 55-61 Link Here
55
	>=app-arch/unzip-5.52
55
	>=app-arch/unzip-5.52
56
	>=dev-java/xalan-2.7.0
56
	>=dev-java/xalan-2.7.0
57
	>=dev-java/xerces-2.9.1
57
	>=dev-java/xerces-2.9.1
58
	>=dev-java/ant-core-1.7.0-r3"
58
	|| (
59
		=dev-java/ant-core-1.7.0-r3
60
		>=dev-java/ant-core-1.7.1-r2
61
	)"
59
62
60
pkg_setup() {
63
pkg_setup() {
61
	if use zero && ! built_with_use sys-devel/gcc libffi; then
64
	if use zero && ! built_with_use sys-devel/gcc libffi; then
Lines 145-150 Link Here
145
	fi
148
	fi
146
149
147
	unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
150
	unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
151
	# bug #245428
152
	export ANT_RESPECT_JAVA_HOME=TRUE
153
	# we need only ant-core, extra tasks may print confusing errors
154
	# due to unsatisfied virtuals
155
	export ANT_TASKS=none
148
156
149
	econf ${config} \
157
	econf ${config} \
150
		--with-openjdk-src-zip="${DISTDIR}/${OPENJDK_TARBALL}" \
158
		--with-openjdk-src-zip="${DISTDIR}/${OPENJDK_TARBALL}" \

Return to bug 245428