diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-06-05 17:29:44 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-06-05 17:29:44 +0000 |
commit | 49aa2a9cd55d2a18838acd5a9c8af8661c9178a8 (patch) | |
tree | b478d25ed076527754daa25722f3d74e212bbc44 /sci-visualization/qtiplot | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-49aa2a9cd55d2a18838acd5a9c8af8661c9178a8.tar.gz gentoo-2-49aa2a9cd55d2a18838acd5a9c8af8661c9178a8.tar.bz2 gentoo-2-49aa2a9cd55d2a18838acd5a9c8af8661c9178a8.zip |
USE-deps on PyQt4 fixed (bug #272182)
(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 21e977a0fe44..e61892f44d14 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.43 2009/05/18 21:21:43 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.44 2009/06/05 17:29:44 grozin Exp $ + + 05 Jun 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild: + USE-deps on PyQt4 fixed (bug #272182) 18 May 2009; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.7.7.ebuild: Fixed missing dependency on qt-opengl (bug #270339) diff --git a/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild index cb1ba78238fd..9af8f55febe1 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.3 2009/05/18 21:21:43 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.4 2009/06/05 17:29:44 grozin Exp $ EAPI=2 inherit eutils qt4 fdo-mime python @@ -40,7 +40,7 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} python? ( >=dev-lang/python-2.5 - dev-python/PyQt4 + dev-python/PyQt4[X] dev-python/pygsl sci-libs/scipy )" |