diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-01-12 21:42:47 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-01-12 21:42:47 +0000 |
commit | 03b900a9fe662b97e97f1379a3d334b8c14535f9 (patch) | |
tree | ce29dcdbc4e585d604915546bd0d51be92eba65f /dev-python | |
parent | amd64/x86 stable, bug #245941 (diff) | |
download | gentoo-2-03b900a9fe662b97e97f1379a3d334b8c14535f9.tar.gz gentoo-2-03b900a9fe662b97e97f1379a3d334b8c14535f9.tar.bz2 gentoo-2-03b900a9fe662b97e97f1379a3d334b8c14535f9.zip |
Update PyQt4 dep to require minimal 4.4 version, to prevent build failure in case the wrong order is used.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-hh1 i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/qscintilla-python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/qscintilla-python/ChangeLog b/dev-python/qscintilla-python/ChangeLog index 554690286657..b2f0df450ffb 100644 --- a/dev-python/qscintilla-python/ChangeLog +++ b/dev-python/qscintilla-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/qscintilla-python -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.13 2008/11/25 23:16:00 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.14 2009/01/12 21:42:47 yngwin Exp $ + + 12 Jan 2009; Ben de Groot <yngwin@gentoo.org> + qscintilla-python-2.3.2.ebuild: + Update PyQt4 dep to require minimal 4.4 version, to prevent build failure + in case the wrong order is used. 25 Nov 2008; Ben de Groot <yngwin@gentoo.org> qscintilla-python-2.3.2.ebuild: diff --git a/dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild index ea085344f9f7..e2f954a96c73 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild,v 1.2 2008/11/25 23:16:00 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.3.2.ebuild,v 1.3 2009/01/12 21:42:47 yngwin Exp $ inherit eutils python @@ -18,7 +18,7 @@ IUSE="qt4" DEPEND=">=dev-python/sip-4.4 =x11-libs/qscintilla-${PV}* - qt4? ( dev-python/PyQt4 ) + qt4? ( >=dev-python/PyQt4-4.4 ) !qt4? ( >=dev-python/PyQt-3.17.6 )" RDEPEND="${DEPEND}" |