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 47B87139694 for ; Sun, 19 Feb 2017 10:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D014E0CB3; 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 791C8E0CB3 for ; Sun, 19 Feb 2017 10:32:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 60CC3340C9D 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 67B6F4D25 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: <1487500213.ff6aa60017a64deed5c64a8b033864f4b90748b1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-addons/kdepim-addons-9999.ebuild X-VCS-Directories: kde-apps/kdepim-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff6aa60017a64deed5c64a8b033864f4b90748b1 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: e5a38626-d7f3-4203-91c6-84cc9583bb18 X-Archives-Hash: 235196195d9efb2b38be407699fdc8e8 commit: ff6aa60017a64deed5c64a8b033864f4b90748b1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 19 10:30:13 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 19 10:30:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff6aa600 kde-apps/kdepim-addons: KF5GAPI -> KPimGAPI Package-Manager: portage-2.3.3 kde-apps/kdepim-addons/kdepim-addons-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild index 45410b45b8..aa7315fd64 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild @@ -64,7 +64,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( -DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples) - $(cmake-utils_use_find_package google KF5GAPI) + $(cmake-utils_use_find_package google KPimGAPI) ) kde5_src_configure