summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-9999.ebuild
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-07-23 10:46:54 +0200
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-07-23 10:46:54 +0200
commit0c3a29500c29dd85c6dc1f7e322c9a8d60ffecf6 (patch)
tree277dfb291fe9350967ce563995230b710a4dc51d /kde-base/pykde4/pykde4-9999.ebuild
parent5101ea11ed9f8fd031ca4b3a0aefb03d79e2599c (diff)
downloadkde-0c3a29500c29dd85c6dc1f7e322c9a8d60ffecf6.tar.gz
kde-0c3a29500c29dd85c6dc1f7e322c9a8d60ffecf6.tar.bz2
kde-0c3a29500c29dd85c6dc1f7e322c9a8d60ffecf6.zip
[kde-base/pykde4] Added USE flag for policykit-qt bindings
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index f71cacd9c44..c91b87d2e8e 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -11,12 +11,13 @@ inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="akonadi debug examples semantic-desktop"
+IUSE="akonadi debug examples policykit semantic-desktop"
COMMON_DEPEND="
>=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X]
>=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,opengl,semantic-desktop?]
akonadi? ( >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] )
+ policykit? ( >=sys-auth/policykit-qt-0.9.2 )
"
DEPEND="${COMMON_DEPEND}"
# blocker added due to compatibility issues and error during compile time
@@ -44,7 +45,9 @@ src_configure() {
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with akonadi)
- $(cmake-utils_use_with akonadi KdepimLibs)"
+ $(cmake-utils_use_with akonadi KdepimLibs)
+ $(cmake-utils_use_with policykit PolkitQt)
+ "
kde4-meta_src_configure
}