diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-06-11 19:08:59 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-06-11 19:08:59 +0000 |
commit | d3eef4b9480966c4c434c197bee04994bf220260 (patch) | |
tree | b14fda00b1193d80b15b108dded4ef14980b3058 /sci-mathematics | |
parent | Stable on SPARC wrt bug #136414. (diff) | |
download | gentoo-2-d3eef4b9480966c4c434c197bee04994bf220260.tar.gz gentoo-2-d3eef4b9480966c4c434c197bee04994bf220260.tar.bz2 gentoo-2-d3eef4b9480966c4c434c197bee04994bf220260.zip |
Changed DEPEND to allow compilation against octave-2.1.73 since this includes a gcc-4.1 fix. This closes bug #136366.
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index 9d165b510099..5fffd06c2aee 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/octave-forge # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.15 2006/05/11 15:32:09 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.16 2006/06/11 19:08:59 markusle Exp $ + + 11 Jun 2006; Markus Dittrich <markusle@gentoo.org> + octave-forge-2006.03.17.ebuild: + Changed DEPEND to allow compilation against octave-2.1.73 + since this includes a gcc-4.1 fix. This closes bug #136366. 11 May 2006; Danny van Dyk <kugelfang@gentoo.org> octave-forge-2006.01.28.ebuild, octave-forge-2006.03.17.ebuild: diff --git a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild index b787ac3828ec..6a4cc2faf9e3 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.2 2006/05/11 15:32:09 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.3 2006/06/11 19:08:59 markusle Exp $ inherit eutils @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~amd64" SLOT="0" IUSE="ginac qhull X" -DEPEND="~sci-mathematics/octave-2.1.72 +DEPEND=">=sci-mathematics/octave-2.1.72 sci-libs/netcdf media-libs/jpeg media-libs/libpng |