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 37E721381F3 for ; Sat, 15 Jun 2013 15:28:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14862E096C; Sat, 15 Jun 2013 15:28:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9997FE096C for ; Sat, 15 Jun 2013 15:28:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B44C633E23C for ; Sat, 15 Jun 2013 15:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27060E468F for ; Sat, 15 Jun 2013 15:28:41 +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: <1371310110.e2bf9984f7bd2f393a7889ad21b23ee636633714.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepim-runtime/kdepim-runtime-4.10.80.ebuild kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild X-VCS-Directories: kde-base/kdepim-runtime/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e2bf9984f7bd2f393a7889ad21b23ee636633714 X-VCS-Branch: master Date: Sat, 15 Jun 2013 15:28:41 +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: c99be490-41e6-46d7-9a68-a4f8db733e1a X-Archives-Hash: cf66ea0c13da7ec4c3cbff78b830d795 commit: e2bf9984f7bd2f393a7889ad21b23ee636633714 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 15 15:28:30 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 15 15:28:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e2bf9984 [kde-base/kdepim-runtime] Fix google build option. Package-Manager: portage-2.2.0_alpha179 --- kde-base/kdepim-runtime/kdepim-runtime-4.10.80.ebuild | 6 +++--- kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.10.80.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.10.80.ebuild index 06facd8..096b199 100644 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.10.80.ebuild +++ b/kde-base/kdepim-runtime/kdepim-runtime-4.10.80.ebuild @@ -8,7 +8,7 @@ KMNAME="kdepim-runtime" inherit kde4-base DESCRIPTION="KDE PIM runtime plugin collection" -KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug facebook google kolab" RESTRICT="test" @@ -24,7 +24,7 @@ DEPEND=" $(add_kdebase_dep kdepimlibs) x11-misc/shared-mime-info facebook? ( net-libs/libkfbapi ) - google? ( >=net-libs/libkgapi-0.4.3 ) + google? ( >=net-libs/libkgapi-2.0 ) kolab? ( net-libs/libkolab ) " RDEPEND="${DEPEND} @@ -38,7 +38,7 @@ add_blocker kdepim-common-libs 4.7.50 src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package facebook LibKFbAPI) - $(cmake-utils_use_find_package google LibKGAPI) + $(cmake-utils_use_find_package google LibKGAPI2) $(cmake-utils_use_find_package kolab Libkolab) $(cmake-utils_use_find_package kolab Libkolabxml) ) diff --git a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild index 0f9ffd2..e7e8a34 100644 --- a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -24,7 +24,7 @@ DEPEND=" $(add_kdebase_dep kdepimlibs) x11-misc/shared-mime-info facebook? ( net-libs/libkfbapi ) - google? ( >=net-libs/libkgapi-0.4.3 ) + google? ( >=net-libs/libkgapi-2.0 ) kolab? ( net-libs/libkolab ) " RDEPEND="${DEPEND} @@ -38,7 +38,7 @@ add_blocker kdepim-common-libs 4.7.50 src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package facebook LibKFbAPI) - $(cmake-utils_use_find_package google LibKGAPI) + $(cmake-utils_use_find_package google LibKGAPI2) $(cmake-utils_use_find_package kolab Libkolab) $(cmake-utils_use_find_package kolab Libkolabxml) )