From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8E84F13838B for ; Tue, 16 Sep 2014 17:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A654E0ADE; Tue, 16 Sep 2014 17:06:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8D38E0ADF for ; Tue, 16 Sep 2014 17:06:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF2F13402A4 for ; Tue, 16 Sep 2014 17:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B17F25B92 for ; Tue, 16 Sep 2014 17:05:57 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1410884709.6bcecdc5f22e738ce6b3db5e5666bca5161c656b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkpeople/libkpeople-9999.ebuild X-VCS-Directories: net-libs/libkpeople/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6bcecdc5f22e738ce6b3db5e5666bca5161c656b X-VCS-Branch: master Date: Tue, 16 Sep 2014 17:05:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1dcb0635-56e6-4fc3-a2a6-0d9e974f2803 X-Archives-Hash: d6a210eb207f7dbf43319b9416ad19e9 commit: 6bcecdc5f22e738ce6b3db5e5666bca5161c656b Author: Johannes Huber gentoo org> AuthorDate: Tue Sep 16 15:36:30 2014 +0000 Commit: Johannes Huber gentoo 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