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 2E585138CDF for ; Fri, 12 Jun 2015 18:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57027E0853; Fri, 12 Jun 2015 18:29:41 +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 D60CDE0853 for ; Fri, 12 Jun 2015 18:29:40 +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 A0F5C340A44 for ; Fri, 12 Jun 2015 18:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466DEA2F for ; Fri, 12 Jun 2015 18:29:38 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1434133759.240185f883a5a5c8f817fca4d0226c4ddc2712d3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-15.04.2.ebuild kde-apps/kaccounts-integration/kaccounts-integration-15.04.49.9999.ebuild kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 240185f883a5a5c8f817fca4d0226c4ddc2712d3 X-VCS-Branch: master Date: Fri, 12 Jun 2015 18:29:38 +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: 1c2db7c4-4411-4afc-932f-5254e2f05591 X-Archives-Hash: c0ed68dc0cd0d873a128b11815d82257 commit: 240185f883a5a5c8f817fca4d0226c4ddc2712d3 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jun 12 18:29:19 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jun 12 18:29:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=240185f8 [kde-apps/kaccounts-integration] Nitpicks. Package-Manager: portage-2.2.20 kde-apps/kaccounts-integration/kaccounts-integration-15.04.2.ebuild | 5 +++-- .../kaccounts-integration/kaccounts-integration-15.04.49.9999.ebuild | 5 +++-- kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.2.ebuild index b82a123..a926327 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.2.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -KDE_TEST=true +KDE_TEST="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -34,8 +34,9 @@ DEPEND=" RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON ) + kde5_src_configure } diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.49.9999.ebuild index 23b5488..624649f 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -KDE_TEST=true +KDE_TEST="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -34,8 +34,9 @@ DEPEND=" RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON ) + kde5_src_configure } diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index 23b5488..624649f 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -KDE_TEST=true +KDE_TEST="true" inherit kde5 DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" @@ -34,8 +34,9 @@ DEPEND=" RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON ) + kde5_src_configure }