diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-05-18 21:21:43 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-05-18 21:21:43 +0000 |
commit | 6216c7440184977a5bfc157a5647c114d8688659 (patch) | |
tree | f1f54d1965519f0e1783b1114f428983132cc286 /sci-visualization/qtiplot | |
parent | Bump to 0.12. Work better with hosts defined in ~/.ssh/config. (diff) | |
download | gentoo-2-6216c7440184977a5bfc157a5647c114d8688659.tar.gz gentoo-2-6216c7440184977a5bfc157a5647c114d8688659.tar.bz2 gentoo-2-6216c7440184977a5bfc157a5647c114d8688659.zip |
Fixed missing dependency on qt-opengl (bug #270339)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/qtiplot')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index be289fde6f89..21e977a0fe44 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.42 2009/04/14 11:58:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.43 2009/05/18 21:21:43 grozin Exp $ + + 18 May 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild: + Fixed missing dependency on qt-opengl (bug #270339) *qtiplot-0.9.7.7 (14 Apr 2009) diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild index aca5820bf256..cb1ba78238fd 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.2 2009/04/16 22:28:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.3 2009/05/18 21:21:43 grozin Exp $ EAPI=2 inherit eutils qt4 fdo-mime python @@ -21,7 +21,7 @@ done # qwtplot3d much modified from original upstream CDEPEND=">=x11-libs/qwt-5.2 - x11-libs/qt-gui:4 + x11-libs/qt-opengl:4 x11-libs/qt-qt3support:4 x11-libs/qt-assistant:4 x11-libs/qt-svg:4 |