diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-05-26 17:09:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-05-26 17:11:45 +1000 |
commit | c4314634d4b64d745b898ff8c95681b2f9c2521c (patch) | |
tree | eaad97debd80afee21f4d7e3d2cc8eee055fc75e /kde-apps | |
parent | dev-ruby/dnsruby: add 1.59.3 (diff) | |
download | gentoo-c4314634d4b64d745b898ff8c95681b2f9c2521c.tar.gz gentoo-c4314634d4b64d745b898ff8c95681b2f9c2521c.tar.bz2 gentoo-c4314634d4b64d745b898ff8c95681b2f9c2521c.zip |
kde-apps/kmail: fix broken use statement
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kmail/kmail-4.14.10.ebuild | 2 | ||||
-rw-r--r-- | kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 2 | ||||
-rw-r--r-- | kde-apps/kmail/kmail-4.4.2015.06.ebuild | 2 | ||||
-rw-r--r-- | 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 a7e5125da4de..d92a869acf4a 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 4954a4be44c2..01b404c145a0 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 e84a8b4fc263..741b12d58e2e 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 c39eba04c2bc..ebfaf9854294 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 |