aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-10-02 01:48:20 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-10-02 01:48:20 -0400
commit76b4d99ee13c248a161423acfed9a49ea6e4286c (patch)
tree02bd0ca76168f59ba71e6298aa8249d940de86d7 /sci-mathematics/scilab
parent[sci-mathematics/scilab] version bump (diff)
downloadsci-76b4d99ee13c248a161423acfed9a49ea6e4286c.tar.gz
sci-76b4d99ee13c248a161423acfed9a49ea6e4286c.tar.bz2
sci-76b4d99ee13c248a161423acfed9a49ea6e4286c.zip
[sci-mathematics/scilab] fix errors in previous commit
Diffstat (limited to 'sci-mathematics/scilab')
-rw-r--r--sci-mathematics/scilab/scilab-5.4.0.ebuild10
1 files changed, 5 insertions, 5 deletions
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"