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 / +6 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
	>=dev-java/ant-core-1.7.1-r2"
59
59
60
pkg_setup() {
60
pkg_setup() {
61
	if use zero && ! built_with_use sys-devel/gcc libffi; then
61
	if use zero && ! built_with_use sys-devel/gcc libffi; then
Lines 145-150 Link Here
145
	fi
145
	fi
146
146
147
	unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
147
	unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
148
	# bug #245428
149
	export ANT_RESPECT_JAVA_HOME=TRUE
150
	# we need only ant-core, extra tasks may print confusing errors
151
	# due to unsatisfied virtuals
152
	export ANT_TASKS=none
148
153
149
	econf ${config} \
154
	econf ${config} \
150
		--with-openjdk-src-zip="${DISTDIR}/${OPENJDK_TARBALL}" \
155
		--with-openjdk-src-zip="${DISTDIR}/${OPENJDK_TARBALL}" \

Return to bug 245428