summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 21:01:42 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 21:01:42 +0000
commit08326098fc51034cd1d3277ceb95e4d97804eb65 (patch)
tree4219bdf6d017feb13540d6cd7e4f6aa62e1dd523 /sci-mathematics/octave/octave-2.1.57-r1.ebuild
parentPreventing -eq unary errors (diff)
downloadgentoo-2-08326098fc51034cd1d3277ceb95e4d97804eb65.tar.gz
gentoo-2-08326098fc51034cd1d3277ceb95e4d97804eb65.tar.bz2
gentoo-2-08326098fc51034cd1d3277ceb95e4d97804eb65.zip
Fixed dependency
Diffstat (limited to 'sci-mathematics/octave/octave-2.1.57-r1.ebuild')
-rw-r--r--sci-mathematics/octave/octave-2.1.57-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-2.1.57-r1.ebuild b/sci-mathematics/octave/octave-2.1.57-r1.ebuild
index 9060d83e8d4e..34c6eec16835 100644
--- a/sci-mathematics/octave/octave-2.1.57-r1.ebuild
+++ b/sci-mathematics/octave/octave-2.1.57-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.57-r1.ebuild,v 1.1 2004/12/28 14:48:35 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.57-r1.ebuild,v 1.2 2004/12/28 21:01:42 ribosome Exp $
inherit flag-o-matic
@@ -20,7 +20,7 @@ DEPEND="virtual/libc
>=dev-libs/fftw-2.1.3
>=dev-util/gperf-2.7.2
zlib? ( sys-libs/zlib )
- hdf5? ( dev-libs/hdf5 )
+ hdf5? ( sci-libs/hdf5 )
tetex? ( virtual/tetex )
x86? ( ifc? ( dev-lang/ifc ) )
blas? ( virtual/blas )"