commit:     6bcecdc5f22e738ce6b3db5e5666bca5161c656b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:36:30 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:25:09 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6bcecdc5

[net-libs/libkpeople] Add semantic-desktop USE flag

Baloo is optional now.

Package-Manager: portage-2.2.12

---
 net-libs/libkpeople/libkpeople-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild 
b/net-libs/libkpeople/libkpeople-9999.ebuild
index ad8922f..7fe3770 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -20,11 +20,11 @@ 
HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople";
 
 LICENSE="LGPL-2.1"
 SLOT="4"
-IUSE="debug examples test"
+IUSE="debug examples semantic-desktop test"
 
 RDEPEND="
-       $(add_kdebase_dep baloo)
        $(add_kdebase_dep kdepimlibs)
+       semantic-desktop? ( $(add_kdebase_dep baloo) )
 "
 DEPEND="${RDEPEND}
        sys-devel/gettext
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_with examples)
+               $(cmake-utils_use_find_package semantic-desktop Baloo)
        )
 
        kde4-base_src_configure

Reply via email to