diff options
| author | Maciej Mrozowski (reavertm) <reavertm@poczta.fm> | 2010-01-04 07:07:57 +0100 |
|---|---|---|
| committer | Maciej Mrozowski (reavertm) <reavertm@poczta.fm> | 2010-01-04 07:15:27 +0100 |
| commit | b6b558bfe195a5745515cac125b416a913aa1c80 (patch) | |
| tree | b73c546e710b1bf2f1d68856609cb2dfb54679ad /kde-base/pykde4/pykde4-9999.ebuild | |
| parent | 9dbc04fb2b2773e162c76bf2d33b8f8d4bdcd5cb (diff) | |
| download | kde-b6b558bfe195a5745515cac125b416a913aa1c80.tar.gz kde-b6b558bfe195a5745515cac125b416a913aa1c80.tar.bz2 kde-b6b558bfe195a5745515cac125b416a913aa1c80.zip | |
[kde-base/pykde4] Disabled policykit-qt bindings - superseded by KAuth
(kdelibs)
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
| -rw-r--r-- | kde-base/pykde4/pykde4-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 32ba49f3072..99995adfc7b 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -5,7 +5,7 @@ EAPI="2" KMNAME="kdebindings" -KMMODULE="python/${PN}" +KMMODULE="python/pykde4" OPENGL_REQUIRED="always" PYTHON_USE_WITH="threads" SUPPORT_PYTHON_ABIS="1" @@ -13,14 +13,13 @@ inherit python kde4-meta DESCRIPTION="Python bindings for KDE4" KEYWORDS="" -IUSE="akonadi debug examples policykit semantic-desktop" +IUSE="akonadi debug examples semantic-desktop" DEPEND=" $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?') akonadi? ( $(add_kdebase_dep kdepimlibs) ) aqua? ( >=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,aqua] ) !aqua? ( >=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X] ) - policykit? ( >=sys-auth/policykit-qt-0.9.2 ) " # blocker added due to compatibility issues and error during compile time RDEPEND="${DEPEND} @@ -46,11 +45,10 @@ src_prepare() { src_configure() { savedcmakeargs=( -DWITH_QScintilla=OFF + -DWITH_PolkitQt=OFF $(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 policykit PolkitQt) ) do_src_configure() { |
