summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-4.2.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/pykde4/pykde4-4.2.9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-4.2.9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/pykde4/pykde4-4.2.9999.ebuild b/kde-base/pykde4/pykde4-4.2.9999.ebuild
index 9b4dc7acc53..e6be5fd9ae6 100644
--- a/kde-base/pykde4/pykde4-4.2.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.2.9999.ebuild
@@ -13,15 +13,15 @@ DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="akonadi debug examples semantic-desktop"
-DEPEND="
- >=dev-python/PyQt4-4.4.4-r1[dbus,qt3support,svg,webkit,X]
+COMMON_DEPEND="
+ >=dev-python/PyQt4-4.5[dbus,qt3support,sql,svg,webkit,X]
>=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,opengl,semantic-desktop?]
akonadi? ( >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] )
"
+DEPEND="${COMMON_DEPEND}"
# blocker added due to compatibility issues and error during compile time
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
!dev-python/pykde
- !>=dev-python/PyQt4-4.5_pre1
"
src_prepare() {