diff options
author | Markus Dittrich <markusle@gentoo.org> | 2009-12-04 04:37:20 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2009-12-04 04:37:20 +0000 |
commit | c186f326bf8a586bd15a4f0d86ff091a93680070 (patch) | |
tree | 58be5d2b2489a1f96f92c8d09e6febea4898e9f6 /sci-mathematics/qtoctave | |
parent | Added short notice regarding possible parallel make issues per bug #244896. (diff) | |
download | gentoo-2-c186f326bf8a586bd15a4f0d86ff091a93680070.tar.gz gentoo-2-c186f326bf8a586bd15a4f0d86ff091a93680070.tar.bz2 gentoo-2-c186f326bf8a586bd15a4f0d86ff091a93680070.zip |
Updated dependency on octave (see bug #263872).
(Portage version: 2.1.7.10/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/qtoctave')
-rw-r--r-- | sci-mathematics/qtoctave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog index 93219ff154d3..09640ba5a447 100644 --- a/sci-mathematics/qtoctave/ChangeLog +++ b/sci-mathematics/qtoctave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/qtoctave # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.6 2009/08/25 01:48:08 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.7 2009/12/04 04:37:20 markusle Exp $ + + 04 Dec 2009; Markus Dittrich <markusle@gentoo.org> qtoctave-0.8.2.ebuild: + Updated dependency on octave (see bug #263872). *qtoctave-0.8.2 (25 Aug 2009) diff --git a/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild b/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild index 3606f65857e1..242ba1c244b9 100644 --- a/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild +++ b/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild,v 1.2 2009/08/25 19:28:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.2.ebuild,v 1.3 2009/12/04 04:37:20 markusle Exp $ EAPI="2" @@ -20,7 +20,7 @@ DEPEND="x11-libs/qt-gui:4 x11-libs/qt-svg:4" RDEPEND="${DEPEND} - >=sci-mathematics/octave-3.0.0" + >=sci-mathematics/octave-3.2.0" S="${WORKDIR}"/${P}/${PN} |