diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-11-02 21:30:55 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-11-02 21:30:55 +0000 |
commit | 1f7b0e2042a1f07fc525d4ac71fbcd039ef1010c (patch) | |
tree | 3158b5c769720cf893613ed28603cae1c2b603e2 /sci-mathematics/qtoctave | |
parent | Fix malformed XML in metadata.xml. (diff) | |
download | gentoo-2-1f7b0e2042a1f07fc525d4ac71fbcd039ef1010c.tar.gz gentoo-2-1f7b0e2042a1f07fc525d4ac71fbcd039ef1010c.tar.bz2 gentoo-2-1f7b0e2042a1f07fc525d4ac71fbcd039ef1010c.zip |
Restrict dependency on Qt to >=Qt-4.4 since the source code uses Qt-4.4 methods.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-SENTINEL-1 i686)
Diffstat (limited to 'sci-mathematics/qtoctave')
-rw-r--r-- | sci-mathematics/qtoctave/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog index a67d607d1dd5..5946f94cf482 100644 --- a/sci-mathematics/qtoctave/ChangeLog +++ b/sci-mathematics/qtoctave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/qtoctave # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.2 2008/11/02 16:12:50 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.3 2008/11/02 21:30:55 markusle Exp $ + + 02 Nov 2008; Markus Dittrich <markusle@gentoo.org> qtoctave-0.8.1.ebuild: + Restrict dependency on Qt to >=Qt-4.4 since the source code uses + Qt-4.4 methods. *qtoctave-0.8.1 (02 Nov 2008) diff --git a/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild index 45826525c183..56b91a956bff 100644 --- a/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild +++ b/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.1 2008/11/02 16:03:51 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.2 2008/11/02 21:30:55 markusle Exp $ EAPI="1" @@ -15,9 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( ( x11-libs/qt-gui:4 - x11-libs/qt-svg:4 ) - >=x11-libs/qt-4.3:4 )" +DEPEND="x11-libs/qt-gui:4 + x11-libs/qt-svg:4" RDEPEND="${DEPEND} >=sci-mathematics/octave-3.0.0" |