diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-05-18 16:48:00 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-05-18 16:48:00 +0000 |
commit | 76486f090ebb96fbeeb4fe148cee45980dd5ccf3 (patch) | |
tree | 70dcb37cc212fb3f0b4fc427a156292ef4503318 /sci-visualization | |
parent | amd64/x86 stable, bug #221063 (diff) | |
download | gentoo-2-76486f090ebb96fbeeb4fe148cee45980dd5ccf3.tar.gz gentoo-2-76486f090ebb96fbeeb4fe148cee45980dd5ccf3.tar.bz2 gentoo-2-76486f090ebb96fbeeb4fe148cee45980dd5ccf3.zip |
Dependencies corrected
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-visualization/qtiplot/qtiplot-0.9.6.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.6.ebuild index 36354f0040b9..9f528c32a891 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.6.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.6.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-visualization/qtiplot/qtiplot-0.9.6.ebuild,v 1.1 2008/05/18 16:26:49 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.ebuild,v 1.2 2008/05/18 16:48:00 grozin Exp $ EAPI="1" inherit eutils multilib qt4 @@ -23,6 +23,7 @@ done CDEPEND=">=x11-libs/qwt-5.1 >=x11-libs/qwtplot3d-0.2.7 >=dev-cpp/muParser-1.28 + >=sci-libs/liborigin-20080225 !bindist? ( sci-libs/gsl ) bindist? ( <sci-libs/gsl-1.10 )" |