diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:17:01 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:17:01 +0000 |
commit | 9b4db8a9543ae4bee369a1e28b05990eb1849194 (patch) | |
tree | e6cd0c8a8b9b1121c601157bb14ec0d5cc0daeac /media-gfx | |
parent | arm/ia64 stable (diff) | |
download | historical-9b4db8a9543ae4bee369a1e28b05990eb1849194.tar.gz historical-9b4db8a9543ae4bee369a1e28b05990eb1849194.tar.bz2 historical-9b4db8a9543ae4bee369a1e28b05990eb1849194.zip |
Fix qt dep
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qmatplot/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/qmatplot/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild | 6 |
3 files changed, 10 insertions, 7 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/Manifest b/media-gfx/qmatplot/Manifest index 78a12e4e0692..bf4e1d19d2dd 100644 --- a/media-gfx/qmatplot/Manifest +++ b/media-gfx/qmatplot/Manifest @@ -1,5 +1,5 @@ -MD5 934f7120f4e1a306ce86fefae7eb97fe qmatplot-0.4.2-r1.ebuild 972 -MD5 b0587e7015b4324c2ccfd85de6612d9c ChangeLog 1213 +MD5 b1f069036d7dafac301bbb0fb4e3b1fb qmatplot-0.4.2-r1.ebuild 969 +MD5 053d852543bedf27002e2ff545447cf7 ChangeLog 1297 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 caa148371a7c466ed0b1c5c95b929622 files/qmatplot-0.4.2-gentoo.patch 453 MD5 2cbaba30419f14241d64b9569438428f files/digest-qmatplot-0.4.2-r1 64 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" |