summaryrefslogtreecommitdiff
path: root/kde-base/dolphin/dolphin-4.3.80.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dolphin/dolphin-4.3.80.ebuild')
-rw-r--r--kde-base/dolphin/dolphin-4.3.80.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/dolphin/dolphin-4.3.80.ebuild b/kde-base/dolphin/dolphin-4.3.80.ebuild
index 445966644cf..8489db6e020 100644
--- a/kde-base/dolphin/dolphin-4.3.80.ebuild
+++ b/kde-base/dolphin/dolphin-4.3.80.ebuild
@@ -25,9 +25,10 @@ PDEPEND="
KMLOADLIBS="libkonq"
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)"
+ $(cmake-utils_use_with semantic-desktop Soprano)
+ )
kde4-meta_src_configure
}