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

Collapse All | Expand All

(-)batik-1.7.ebuild (-1 / +3 lines)
Lines 17-26 Link Here
17
17
18
CDEPEND="dev-java/rhino:1.6
18
CDEPEND="dev-java/rhino:1.6
19
	dev-java/xerces:2
19
	dev-java/xerces:2
20
	dev-java/xalan
20
	dev-java/xml-commons-external:1.3
21
	dev-java/xml-commons-external:1.3
21
	python? ( dev-java/jython )
22
	python? ( dev-java/jython )
22
	tcl? ( dev-java/jacl )"
23
	tcl? ( dev-java/jacl )"
23
DEPEND="=virtual/jdk-1.4*
24
DEPEND=">=virtual/jdk-1.4
24
	app-arch/unzip
25
	app-arch/unzip
25
	${CDEPEND}"
26
	${CDEPEND}"
26
RDEPEND=">=virtual/jre-1.4
27
RDEPEND=">=virtual/jre-1.4
Lines 37-42 Link Here
37
	rm -v *.jar build/*.jar || die
38
	rm -v *.jar build/*.jar || die
38
39
39
	java-pkg_jar-from xml-commons-external-1.3
40
	java-pkg_jar-from xml-commons-external-1.3
41
	java-pkg_jar-from xalan
40
	java-pkg_jar-from xerces-2
42
	java-pkg_jar-from xerces-2
41
	# Can't make rhino optional because
43
	# Can't make rhino optional because
42
	# apps/svgbrowser needs it
44
	# apps/svgbrowser needs it

Return to bug 200851