From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8CF8139694 for ; Tue, 21 Mar 2017 09:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D78521C139; Tue, 21 Mar 2017 09:55:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D79621C139 for ; Tue, 21 Mar 2017 09:55:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21A2D340AD2 for ; Tue, 21 Mar 2017 09:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C86E6FC1 for ; Tue, 21 Mar 2017 09:55:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1490090099.b7e0c70e537e8c217314e013585459a3f0284f3a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b7e0c70e537e8c217314e013585459a3f0284f3a X-VCS-Branch: master Date: Tue, 21 Mar 2017 09:55:09 +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: 02c43601-9de8-43d8-8bc4-5d59d861bccd X-Archives-Hash: f2282bf3802068210cc8ecc8d8a40cdb commit: b7e0c70e537e8c217314e013585459a3f0284f3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 21 09:52:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 21 09:54:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e0c70e kde-apps/kdepim-runtime: Fix USE=google Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild index b7185ab4067..ea9c898e7f3 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.12.3-r1.ebuild @@ -74,7 +74,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package google KPimGAPI) + $(cmake-utils_use_find_package google KF5GAPI) ) kde5_src_configure