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 8A61413826A for ; Thu, 26 May 2016 07:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D208234005; Thu, 26 May 2016 07:12:02 +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 5CBA8234005 for ; Thu, 26 May 2016 07:12:01 +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 C2CA7340A7F for ; Thu, 26 May 2016 07:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A400E87B for ; Thu, 26 May 2016 07:11:57 +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: <1464246705.c4314634d4b64d745b898ff8c95681b2f9c2521c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmail/kmail-4.14.10.ebuild kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild kde-apps/kmail/kmail-4.4.2015.06.ebuild kde-apps/kmail/kmail-4.4.2016.01.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c4314634d4b64d745b898ff8c95681b2f9c2521c X-VCS-Branch: master Date: Thu, 26 May 2016 07:11:57 +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: 0f606a5c-820e-4424-8396-68c681364c1c X-Archives-Hash: 7ee148f0ce97c158af603a3a80a3c7a9 commit: c4314634d4b64d745b898ff8c95681b2f9c2521c Author: Michael Palimaka gentoo org> AuthorDate: Thu May 26 07:09:27 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu May 26 07:11:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4314634 kde-apps/kmail: fix broken use statement Package-Manager: portage-2.3.0_rc1 kde-apps/kmail/kmail-4.14.10.ebuild | 2 +- kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 2 +- kde-apps/kmail/kmail-4.4.2015.06.ebuild | 2 +- kde-apps/kmail/kmail-4.4.2016.01.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild index a7e5125..d92a869 100644 --- a/kde-apps/kmail/kmail-4.14.10.ebuild +++ b/kde-apps/kmail/kmail-4.14.10.ebuild @@ -78,7 +78,7 @@ PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" ) src_configure() { # Bug 308903 - use ~ppc64 && append-flags -mminimal-toc + use ppc64 && append-flags -mminimal-toc kde4-meta_src_configure } diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild index 4954a4b..01b404c 100644 --- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild +++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild @@ -79,7 +79,7 @@ KMLOADLIBS="kdepim-common-libs" src_configure() { # Bug 308903 - use ~ppc64 && append-flags -mminimal-toc + use ppc64 && append-flags -mminimal-toc kde4-meta_src_configure } diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild index e84a8b4..741b12d 100644 --- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild +++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild @@ -45,7 +45,7 @@ PATCHES=( src_configure() { # Bug 308903 - use ~ppc64 && append-flags -mminimal-toc + use ppc64 && append-flags -mminimal-toc mycmakeargs=( -DWITH_IndicateQt=OFF diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild index c39eba0..ebfaf98 100644 --- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild +++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild @@ -46,7 +46,7 @@ PATCHES=( src_configure() { # Bug 308903 - use ~ppc64 && append-flags -mminimal-toc + use ppc64 && append-flags -mminimal-toc mycmakeargs=( -DWITH_IndicateQt=OFF