Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
Date: Thu, 26 May 2016 07:12:04
Message-Id: 1464246705.c4314634d4b64d745b898ff8c95681b2f9c2521c.kensington@gentoo
1 commit: c4314634d4b64d745b898ff8c95681b2f9c2521c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 07:09:27 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 07:11:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4314634
7
8 kde-apps/kmail: fix broken use statement
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-apps/kmail/kmail-4.14.10.ebuild | 2 +-
13 kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 2 +-
14 kde-apps/kmail/kmail-4.4.2015.06.ebuild | 2 +-
15 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
19 index a7e5125..d92a869 100644
20 --- a/kde-apps/kmail/kmail-4.14.10.ebuild
21 +++ b/kde-apps/kmail/kmail-4.14.10.ebuild
22 @@ -78,7 +78,7 @@ PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )
23
24 src_configure() {
25 # Bug 308903
26 - use ~ppc64 && append-flags -mminimal-toc
27 + use ppc64 && append-flags -mminimal-toc
28
29 kde4-meta_src_configure
30 }
31
32 diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
33 index 4954a4b..01b404c 100644
34 --- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
35 +++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
36 @@ -79,7 +79,7 @@ KMLOADLIBS="kdepim-common-libs"
37
38 src_configure() {
39 # Bug 308903
40 - use ~ppc64 && append-flags -mminimal-toc
41 + use ppc64 && append-flags -mminimal-toc
42
43 kde4-meta_src_configure
44 }
45
46 diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
47 index e84a8b4..741b12d 100644
48 --- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
49 +++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
50 @@ -45,7 +45,7 @@ PATCHES=(
51
52 src_configure() {
53 # Bug 308903
54 - use ~ppc64 && append-flags -mminimal-toc
55 + use ppc64 && append-flags -mminimal-toc
56
57 mycmakeargs=(
58 -DWITH_IndicateQt=OFF
59
60 diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
61 index c39eba0..ebfaf98 100644
62 --- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
63 +++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
64 @@ -46,7 +46,7 @@ PATCHES=(
65
66 src_configure() {
67 # Bug 308903
68 - use ~ppc64 && append-flags -mminimal-toc
69 + use ppc64 && append-flags -mminimal-toc
70
71 mycmakeargs=(
72 -DWITH_IndicateQt=OFF