commit:     46be0f6d6e64d8b2e65656cd1fd867e970828872
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 12:02:18 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 12:03:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46be0f6d

kde-apps/dolphin: fix semantic-desktop USE flag

Package-Manager: portage-2.2.28

 .../dolphin/{dolphin-15.12.3.ebuild => dolphin-15.12.3-r1.ebuild}    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-15.12.3.ebuild 
b/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild
similarity index 91%
rename from kde-apps/dolphin/dolphin-15.12.3.ebuild
rename to kde-apps/dolphin/dolphin-15.12.3-r1.ebuild
index e1b8a6c..8ac2c19 100644
--- a/kde-apps/dolphin/dolphin-15.12.3.ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild
@@ -66,8 +66,9 @@ RESTRICT="test"
 
 src_configure() {
        local mycmakeargs=(
-               -DWITH_KF5Baloo=$(usex semantic-desktop)
-               -DWITH_KF5BalooWidgets=$(usex semantic-desktop)
+               $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
+               $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets)
+               $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
        )
 
        kde5_src_configure

Reply via email to