diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-07-10 04:50:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-07-10 04:50:15 +0000 |
commit | af9a2879d185e72303aab96ee642aa6e11c2adde (patch) | |
tree | f6436f1fbd897b77ea25922c8b2a6c0b8f3b0417 /dev-python/PyQt4 | |
parent | Fixing qtgui deps for qt-4.8.5 (diff) | |
download | gentoo-2-af9a2879d185e72303aab96ee642aa6e11c2adde.tar.gz gentoo-2-af9a2879d185e72303aab96ee642aa6e11c2adde.tar.bz2 gentoo-2-af9a2879d185e72303aab96ee642aa6e11c2adde.zip |
Fixing qtgui deps for qt-4.8.5
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.10.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 3a093e3cd79a..bba7b7eda470 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.226 2013/07/08 06:04:50 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.227 2013/07/10 04:50:15 patrick Exp $ + + 10 Jul 2013; Patrick Lauer <patrick@gentoo.org> PyQt4-4.10.1.ebuild, + PyQt4-4.9.6-r2.ebuild: + Fixing qtgui deps for qt-4.8.5 08 Jul 2013; Davide Pesavento <pesa@gentoo.org> PyQt4-4.10.2.ebuild: Remove wrong usedep for qtgui. diff --git a/dev-python/PyQt4/PyQt4-4.10.1.ebuild b/dev-python/PyQt4/PyQt4-4.10.1.ebuild index 4f24a39216d0..3353a3ddf700 100644 --- a/dev-python/PyQt4/PyQt4-4.10.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.1.ebuild,v 1.2 2013/06/24 08:35:02 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.1.ebuild,v 1.3 2013/07/10 04:50:15 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -44,7 +44,7 @@ RDEPEND=" >=dev-python/sip-4.14.3:=[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} X? ( - >=dev-qt/qtgui-${QT_PV}[dbus?] + >=dev-qt/qtgui-${QT_PV}[dbus(+)?] >=dev-qt/qttest-${QT_PV} ) dbus? ( diff --git a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild b/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild index 99f458d454de..a66ac8ecb6ee 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.13 2013/03/11 17:51:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.14 2013/07/10 04:50:15 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -43,7 +43,7 @@ RDEPEND=" >=dev-python/sip-4.14.2:=[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} X? ( - >=dev-qt/qtgui-${QT_PV}[dbus?] + >=dev-qt/qtgui-${QT_PV}[dbus(+)?] >=dev-qt/qttest-${QT_PV} ) dbus? ( |