summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kimono/kimono-9999.ebuild8
-rw-r--r--kde-base/kimono/metadata.xml1
2 files changed, 4 insertions, 5 deletions
diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild
index f8089cce681..b237ff248e2 100644
--- a/kde-base/kimono/kimono-9999.ebuild
+++ b/kde-base/kimono/kimono-9999.ebuild
@@ -8,13 +8,13 @@ inherit mono-env kde4-base
DESCRIPTION="C# bindings for KDE"
KEYWORDS=""
-IUSE="akonadi debug nepomuk plasma"
+IUSE="akonadi debug plasma"
DEPEND="
dev-lang/mono
$(add_kdebase_dep qyoto 'webkit')
$(add_kdebase_dep smokeqt)
- $(add_kdebase_dep smokekde 'nepomuk?')
+ $(add_kdebase_dep smokekde)
plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
"
RDEPEND="${DEPEND}"
@@ -32,11 +32,11 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DWITH_Soprano=OFF
+ -DWITH_Nepomuk=OFF
$(cmake-utils_use_with akonadi)
$(cmake-utils_use_with akonadi KdepimLibs)
- $(cmake-utils_use_with nepomuk)
$(cmake-utils_use_disable plasma)
- -DWITH_Soprano=OFF
)
kde4-base_src_configure
}
diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml
index b38226007f9..fdcd8313408 100644
--- a/kde-base/kimono/metadata.xml
+++ b/kde-base/kimono/metadata.xml
@@ -4,7 +4,6 @@
<herd>kde</herd>
<use>
<flag name="akonadi">Compile bindings for Akonadi</flag>
- <flag name="nepomuk">Compile bindings for Nepomuk</flag>
<flag name="plasma">Compile bindings for KDE's Plasma</flag>
</use>
</pkgmetadata>