diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-28 14:05:07 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-28 14:05:07 +0000 |
commit | 4bd57119a0261a33a249dcb19cf88c6738326d8b (patch) | |
tree | 54848928cd0a955e7830a0b254a07783b0f6df0c /dev-python | |
parent | Version bump, thanks to robbat2 for the notification (diff) | |
download | gentoo-2-4bd57119a0261a33a249dcb19cf88c6738326d8b.tar.gz gentoo-2-4bd57119a0261a33a249dcb19cf88c6738326d8b.tar.bz2 gentoo-2-4bd57119a0261a33a249dcb19cf88c6738326d8b.zip |
Explicitly depend on Qt 4.3 for these versions
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.3.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 940c8be87510..b0de5e7aab16 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.21 2007/12/26 00:56:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.22 2007/12/28 14:05:07 caleb Exp $ + + 28 Dec 2007; Caleb Tennis <caleb@gentoo.org> PyQt4-4.3.1.ebuild, + PyQt4-4.3.3.ebuild: + Explicitly depend on Qt 4.3 for these versions *PyQt4-4.3.3 (26 Dec 2007) diff --git a/dev-python/PyQt4/PyQt4-4.3.1.ebuild b/dev-python/PyQt4/PyQt4-4.3.1.ebuild index 4d103f287f58..a27cf1a8521e 100644 --- a/dev-python/PyQt4/PyQt4-4.3.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.4 2007/11/09 17:47:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.5 2007/12/28 14:05:07 caleb Exp $ inherit distutils qt4 @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc examples" -RDEPEND="=x11-libs/qt-4* +RDEPEND="=x11-libs/qt-4.3* >=dev-python/sip-4.7.1" DEPEND="${RDEPEND} sys-devel/libtool" diff --git a/dev-python/PyQt4/PyQt4-4.3.3.ebuild b/dev-python/PyQt4/PyQt4-4.3.3.ebuild index 18b686846c8f..0fcd03dd0bde 100644 --- a/dev-python/PyQt4/PyQt4-4.3.3.ebuild +++ b/dev-python/PyQt4/PyQt4-4.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild,v 1.1 2007/12/26 00:56:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild,v 1.2 2007/12/28 14:05:07 caleb Exp $ inherit distutils qt4 @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc examples" -RDEPEND="=x11-libs/qt-4* +RDEPEND="=x11-libs/qt-4.3* >=dev-python/sip-4.7.3" DEPEND="${RDEPEND} sys-devel/libtool" |