diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 02:31:38 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 02:31:38 +0000 |
commit | 6425082d549f0a7d24ada40dfadd9ad94f75a341 (patch) | |
tree | 3b31b8999cac9a5a0e686c10b5a1f973e4ac79cd /sci-mathematics/octave/octave-2.1.57.ebuild | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-6425082d549f0a7d24ada40dfadd9ad94f75a341.tar.gz gentoo-2-6425082d549f0a7d24ada40dfadd9ad94f75a341.tar.bz2 gentoo-2-6425082d549f0a7d24ada40dfadd9ad94f75a341.zip |
Fixed dependency
Diffstat (limited to 'sci-mathematics/octave/octave-2.1.57.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-2.1.57.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-2.1.57.ebuild b/sci-mathematics/octave/octave-2.1.57.ebuild index 9f4b174ee9f4..ef3eca7e2cc2 100644 --- a/sci-mathematics/octave/octave-2.1.57.ebuild +++ b/sci-mathematics/octave/octave-2.1.57.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.ebuild,v 1.2 2004/12/28 21:01:42 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.57.ebuild,v 1.3 2004/12/29 02:31:38 ribosome Exp $ inherit flag-o-matic @@ -17,7 +17,7 @@ IUSE="static readline zlib tetex hdf5 mpi" DEPEND="virtual/libc >=sys-libs/ncurses-5.2-r3 >=media-gfx/gnuplot-3.7.1-r3 - >=dev-libs/fftw-2.1.3 + >=sci-libs/fftw-2.1.3 >=dev-util/gperf-2.7.2 zlib? ( sys-libs/zlib ) hdf5? ( sci-libs/hdf5 ) |