diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-18 19:53:30 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-18 19:53:30 +0000 |
commit | d0936b6241d5ba94ebb1300d694ef1ce0f9c6e49 (patch) | |
tree | 863ef9bb22c829cc7009833fb6b04e0506db8b5b /sci-mathematics | |
parent | added CVS snapshot of mythweb (diff) | |
download | gentoo-2-d0936b6241d5ba94ebb1300d694ef1ce0f9c6e49.tar.gz gentoo-2-d0936b6241d5ba94ebb1300d694ef1ce0f9c6e49.tar.bz2 gentoo-2-d0936b6241d5ba94ebb1300d694ef1ce0f9c6e49.zip |
Fixing range of allowed octave versions
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index 37fb41486fea..55feb4ce4f3c 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave-forge # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.4 2005/01/17 11:43:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.5 2005/01/18 19:53:30 phosphan Exp $ + + 18 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> + octave-forge-2004.02.12.ebuild: + Fixing range of allowed octave versions 17 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> octave-forge-2004.02.12.ebuild: diff --git a/sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild b/sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild index 87b14aa3a43a..29ebb1117cd1 100644 --- a/sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild,v 1.3 2005/01/17 11:43:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2004.02.12.ebuild,v 1.4 2005/01/18 19:53:30 phosphan Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" IUSE="ginac qhull" DEPEND=">=sci-mathematics/octave-2.1.40 - <=sci-mathematics/octave-2.1.57 + <sci-mathematics/octave-2.1.64 >=sys-apps/sed-4 sys-libs/libtermcap-compat !amd64? ( ginac? ( sci-mathematics/ginac ) ) |