summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2013-09-13 19:33:30 +0000
committerJonathan Callen <jcallen@gentoo.org>2013-09-13 19:33:30 +0000
commit535c32631c3c81c5a48c36f1a06077afb560c300 (patch)
tree2faf148c8d4f5293998e38b6e01c9741a4eb6143 /dev-python/PyQt4
parentcinderclient is now distutils-r1 happy (diff)
downloadgentoo-2-535c32631c3c81c5a48c36f1a06077afb560c300.tar.gz
gentoo-2-535c32631c3c81c5a48c36f1a06077afb560c300.tar.bz2
gentoo-2-535c32631c3c81c5a48c36f1a06077afb560c300.zip
Add missing [${PYTHON_USEDEP}] on dbus-python DEPEND
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r--dev-python/PyQt4/ChangeLog6
-rw-r--r--dev-python/PyQt4/PyQt4-4.10.1.ebuild4
-rw-r--r--dev-python/PyQt4/PyQt4-4.10.2.ebuild4
-rw-r--r--dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog
index 55d6b4d89441..492e5d4b6f7b 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.237 2013/09/10 05:19:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.238 2013/09/13 19:33:30 jcallen Exp $
+
+ 13 Sep 2013; Jonathan Callen <jcallen@gentoo.org> PyQt4-4.10.1.ebuild,
+ PyQt4-4.10.2.ebuild, PyQt4-4.9.6-r2.ebuild:
+ Add missing [${PYTHON_USEDEP}] on dbus-python DEPEND
10 Sep 2013; Markus Meier <maekke@gentoo.org> PyQt4-4.10.2.ebuild:
arm stable, bug #483112
diff --git a/dev-python/PyQt4/PyQt4-4.10.1.ebuild b/dev-python/PyQt4/PyQt4-4.10.1.ebuild
index e8ceac6985de..13bc5a8269a1 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.6 2013/09/05 18:46:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.1.ebuild,v 1.7 2013/09/13 19:33:30 jcallen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -49,7 +49,7 @@ RDEPEND="
>=dev-qt/qttest-${QT_PV}
)
dbus? (
- >=dev-python/dbus-python-0.80
+ >=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]
>=dev-qt/qtdbus-${QT_PV}
)
declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
diff --git a/dev-python/PyQt4/PyQt4-4.10.2.ebuild b/dev-python/PyQt4/PyQt4-4.10.2.ebuild
index dbff0ae0a87b..128b5e51286e 100644
--- a/dev-python/PyQt4/PyQt4-4.10.2.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.10.2.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.2.ebuild,v 1.12 2013/09/10 05:19:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.13 2013/09/13 19:33:30 jcallen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -49,7 +49,7 @@ RDEPEND="
>=dev-qt/qttest-${QT_PV}
)
dbus? (
- >=dev-python/dbus-python-0.80
+ >=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]
>=dev-qt/qtdbus-${QT_PV}
)
declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
diff --git a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild b/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild
index c40d19f5ac11..066e9efb6089 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.17 2013/09/05 18:46:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.18 2013/09/13 19:33:30 jcallen Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -48,7 +48,7 @@ RDEPEND="
>=dev-qt/qttest-${QT_PV}
)
dbus? (
- >=dev-python/dbus-python-0.80
+ >=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]
>=dev-qt/qtdbus-${QT_PV}
)
declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )