diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:21:29 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:21:29 +0000 |
commit | 5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077 (patch) | |
tree | dbe5e700c0426b5944f463faf006aa9da1bb7ab5 /media-gfx | |
parent | ia64 love (diff) | |
download | gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.tar.gz gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.tar.bz2 gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.zip |
Fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qmatplot/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/qmatplot/ChangeLog b/media-gfx/qmatplot/ChangeLog index 61effc2ba3ea..87f7976169e3 100644 --- a/media-gfx/qmatplot/ChangeLog +++ b/media-gfx/qmatplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qmatplot -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/ChangeLog,v 1.2 2004/12/24 19:48:55 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/ChangeLog,v 1.3 2005/07/07 05:17:01 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> qmatplot-0.4.2-r1.ebuild: + Fix qt dep *qmatplot-0.4.2-r1 (23 Dec 2004) diff --git a/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild index baa77e2595aa..5e9ef04dd4d8 100644 --- a/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild +++ b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.3 2004/12/28 15:15:34 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.4 2005/07/07 05:17:01 caleb Exp $ inherit eutils @@ -13,7 +13,7 @@ KEYWORDS="x86 ~amd64" IUSE="" SLOT="0" -DEPEND=">=x11-libs/qt-3 +DEPEND="=x11-libs/qt-3* >=sci-mathematics/octave-2.1 >=sci-mathematics/scilab-2.6" |