commit:     646c3b5eba841a86cd9aa79e5b9782fa1a4db248
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Feb 13 15:06:15 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 15:07:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=646c3b5e

kde-apps/dolphin: Fix ebuild for EAPI 6

Package-Manager: portage-2.2.27

 kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 5 ++---
 kde-apps/dolphin/dolphin-9999.ebuild          | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild 
b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
index 5676bf2..f998fa0 100644
--- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
@@ -66,9 +66,8 @@ RESTRICT="test"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_with semantic-desktop KF5Baloo)
-               $(cmake-utils_use_with semantic-desktop KF5BalooWidgets)
-               $(cmake-utils_use_with semantic-desktop KF5FileMetaData)
+               -DWITH_KF5Baloo=$(usex semantic-desktop)
+               -DWITH_KF5BalooWidgets=$(usex semantic-desktop)
        )
 
        kde5_src_configure

diff --git a/kde-apps/dolphin/dolphin-9999.ebuild 
b/kde-apps/dolphin/dolphin-9999.ebuild
index f8e3154..e537803 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -67,9 +67,8 @@ RESTRICT="test"
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_with semantic-desktop KF5Baloo)
-               $(cmake-utils_use_with semantic-desktop KF5BalooWidgets)
-               $(cmake-utils_use_with semantic-desktop KF5FileMetaData)
+               -DWITH_KF5Baloo=$(usex semantic-desktop)
+               -DWITH_KF5BalooWidgets=$(usex semantic-desktop)
        )
 
        kde5_src_configure

Reply via email to