diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 15:15:34 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 15:15:34 +0000 |
commit | a25169221f70cbe9523cbb4bfb5797ab00a41dd4 (patch) | |
tree | 61900441a287e89a872f9ec2078e378e23618904 /media-gfx/qmatplot | |
parent | Moved from app-sci/scilab to sci-mathematics/scilab (diff) | |
download | gentoo-2-a25169221f70cbe9523cbb4bfb5797ab00a41dd4.tar.gz gentoo-2-a25169221f70cbe9523cbb4bfb5797ab00a41dd4.tar.bz2 gentoo-2-a25169221f70cbe9523cbb4bfb5797ab00a41dd4.zip |
Fixed dependency
Diffstat (limited to 'media-gfx/qmatplot')
-rw-r--r-- | media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild index 781e0ea92b0a..baa77e2595aa 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 # 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.2 2004/12/28 14:52:38 ribosome Exp $ +# $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 $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" DEPEND=">=x11-libs/qt-3 >=sci-mathematics/octave-2.1 - >=app-sci/scilab-2.6" + >=sci-mathematics/scilab-2.6" src_unpack() { unpack ${A} |