From 76b4d99ee13c248a161423acfed9a49ea6e4286c Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 2 Oct 2012 01:48:20 -0400 Subject: [sci-mathematics/scilab] fix errors in previous commit --- sci-mathematics/scilab/scilab-5.4.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sci-mathematics/scilab') diff --git a/sci-mathematics/scilab/scilab-5.4.0.ebuild b/sci-mathematics/scilab/scilab-5.4.0.ebuild index 1fcbd3da5..56ccebfba 100644 --- a/sci-mathematics/scilab/scilab-5.4.0.ebuild +++ b/sci-mathematics/scilab/scilab-5.4.0.ebuild @@ -59,10 +59,10 @@ CDEPEND="dev-libs/libpcre dev-java/javahelp:0 dev-java/jeuclid-core:0 dev-java/jgoodies-looks:2.0 - >=dev-java/jlatexmath-1.0.0:0 + >=dev-java/jlatexmath-1.0.0:1 dev-java/jogl:2 >=dev-java/jrosetta-1.0.4:0 - dev-java/scirenderer:0 + dev-java/scirenderer:1 dev-java/skinlf:0 dev-java/xmlgraphics-commons:1.3 virtual/opengl @@ -83,10 +83,10 @@ DEPEND="${CDEPEND} >=virtual/jdk-1.5 doc? ( app-text/docbook-xsl-stylesheets >=dev-java/jlatexmath-fop-1.0.0:1 - dev-java/xml-commons-external ) + dev-java/xml-commons-external:1.4 ) xcos? ( dev-lang/ocaml ) ) test? ( - dev-java/junit + dev-java/junit:4 gui? ( ${VIRTUALX_DEPEND} ) )" DOCS=( "ACKNOWLEDGEMENTS" "README_Unix" "Readme_Visual.txt" ) @@ -123,7 +123,7 @@ src_prepare() { "${FILESDIR}/${P}-gluegen.patch" \ "${FILESDIR}/${P}-fix-random-runtime-failure.patch" - #append-ldflags $(no-as-needed) + append-ldflags $(no-as-needed) # increases java heap to 512M when building docs (sync with cheqreqs above) use doc && epatch "${FILESDIR}/${P}-java-heap.patch" -- cgit v1.2.3-65-gdbad