diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 11:19:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 11:19:50 +0000 |
commit | 18807dbbd94b5b39b03745ebdbcf62e85c374657 (patch) | |
tree | 3971ac0b01966ed6ffe25156a245c41b51350642 /dev-python/PyQt4 | |
parent | Version bump (diff) | |
download | gentoo-2-18807dbbd94b5b39b03745ebdbcf62e85c374657.tar.gz gentoo-2-18807dbbd94b5b39b03745ebdbcf62e85c374657.tar.bz2 gentoo-2-18807dbbd94b5b39b03745ebdbcf62e85c374657.zip |
Bump sip dependency to 4.10.3. Fix arm epatch command
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.7.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index ce17fd377dc4..f9608ac7560b 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.120 2010/07/13 08:10:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.121 2010/07/15 11:19:50 hwoarang Exp $ + + 15 Jul 2010; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.7.4.ebuild: + Bump sip dependency to 4.10.3. Fix arm epatch command *PyQt4-4.7.4 (13 Jul 2010) diff --git a/dev-python/PyQt4/PyQt4-4.7.4.ebuild b/dev-python/PyQt4/PyQt4-4.7.4.ebuild index 016b5c24728a..0ed0fc2e36db 100644 --- a/dev-python/PyQt4/PyQt4-4.7.4.ebuild +++ b/dev-python/PyQt4/PyQt4-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.4.ebuild,v 1.1 2010/07/13 08:10:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.4.ebuild,v 1.2 2010/07/15 11:19:50 hwoarang Exp $ EAPI="2" PYTHON_EXPORT_PHASE_FUNCTIONS="1" @@ -20,7 +20,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="X assistant +dbus debug doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns" -DEPEND=">=dev-python/sip-4.10 +DEPEND=">=dev-python/sip-4.10.3 >=x11-libs/qt-core-${QTVER}:4 >=x11-libs/qt-script-${QTVER}:4 >=x11-libs/qt-test-${QTVER}:4 @@ -60,7 +60,7 @@ src_prepare() { # Patch to support qreal for arm architecture # wrt bug #322349 - use arm && epatch "${FILESDIR}/${P}-qreal_float_support.patch" + use arm && epatch "${FILESDIR}/${PN}-4.7.3-qreal_float_support.patch" qt4-r2_src_prepare |