diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-06 14:52:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-06 14:52:47 +0000 |
commit | abe5147f4e27f64e37ef15ccde1d9e73a9ba5bda (patch) | |
tree | 4f8c43864c120d1e9f43eb38ecbeaef76b0d10c1 /kde-base/pykde4/pykde4-4.4.4.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-abe5147f4e27f64e37ef15ccde1d9e73a9ba5bda.tar.gz gentoo-2-abe5147f4e27f64e37ef15ccde1d9e73a9ba5bda.tar.bz2 gentoo-2-abe5147f4e27f64e37ef15ccde1d9e73a9ba5bda.zip |
Update pykde4 depgraph to not fail with +akonadi.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/pykde4/pykde4-4.4.4.ebuild')
-rw-r--r-- | kde-base/pykde4/pykde4-4.4.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/pykde4/pykde4-4.4.4.ebuild b/kde-base/pykde4/pykde4-4.4.4.ebuild index 298e7feec3fd..b29e58b4d7c5 100644 --- a/kde-base/pykde4/pykde4-4.4.4.ebuild +++ b/kde-base/pykde4/pykde4-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.4.4.ebuild,v 1.1 2010/06/06 14:41:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.4.4.ebuild,v 1.2 2010/06/06 14:52:47 scarabeus Exp $ EAPI="3" @@ -13,13 +13,13 @@ inherit python kde4-meta DESCRIPTION="Python bindings for KDE4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="akonadi debug doc examples semantic-desktop" +IUSE="debug doc examples semantic-desktop" # blocker added due to compatibility issues and error during compile time DEPEND=" !dev-python/pykde $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?') - akonadi? ( $(add_kdebase_dep kdepimlibs) ) + semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') ) aqua? ( >=dev-python/PyQt4-4.7[dbus,sql,svg,webkit,aqua] ) !aqua? ( >=dev-python/PyQt4-4.7[dbus,sql,svg,webkit,X] ) " @@ -45,7 +45,7 @@ src_configure() { -DWITH_PolkitQt=OFF $(cmake-utils_use_with semantic-desktop Soprano) $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_with semantic-desktop KdepimLibs) ) kde4-meta_src_configure |