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 41F4C139695 for ; Sun, 19 Feb 2017 10:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C40E0CCA; Sun, 19 Feb 2017 10:32:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8D8C1E0CCA for ; Sun, 19 Feb 2017 10:32:35 +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 703D2340F43 for ; Sun, 19 Feb 2017 10:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F504D24 for ; Sun, 19 Feb 2017 10:32:31 +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: <1487500161.6217cc076bcea790060b270db660e26dd27da3db.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6217cc076bcea790060b270db660e26dd27da3db X-VCS-Branch: master Date: Sun, 19 Feb 2017 10:32:31 +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: f3da0593-5453-4868-b242-6f30ee392672 X-Archives-Hash: eabc319d88a41fdbc08615c8e713acc9 commit: 6217cc076bcea790060b270db660e26dd27da3db Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 19 10:29:21 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 19 10:29:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6217cc07 kde-apps/kdepim-runtime: KF5GAPI -> KPimGAPI Package-Manager: portage-2.3.3 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index ea29c8ec84..710239636f 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -78,7 +78,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package google KF5GAPI) + $(cmake-utils_use_find_package google KPimGAPI) $(cmake-utils_use_find_package ssl Sasl2) )