Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
Date: Mon, 15 Oct 2018 10:14:05
Message-Id: 1539598424.52ff417b2785b5a86419754e183c17a1e8f06e2b.asturm@gentoo
1 commit: 52ff417b2785b5a86419754e183c17a1e8f06e2b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 10:12:39 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 10:13:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ff417b
7
8 kde-apps/kmail: Fix src_prepare
9
10 Closes: https://bugs.gentoo.org/668690
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 kde-apps/kmail/kmail-18.04.3.ebuild | 4 ++--
15 kde-apps/kmail/kmail-18.08.2.ebuild | 2 +-
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-apps/kmail/kmail-18.04.3.ebuild b/kde-apps/kmail/kmail-18.04.3.ebuild
19 index 990a482098e..7edc02c76e0 100644
20 --- a/kde-apps/kmail/kmail-18.04.3.ebuild
21 +++ b/kde-apps/kmail/kmail-18.04.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
29 RESTRICT+=" test" # bug 616878
30
31 src_prepare() {
32 - cmake-utils_src_prepare
33 + kde5_src_prepare
34
35 if ! use handbook; then
36 sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
37
38 diff --git a/kde-apps/kmail/kmail-18.08.2.ebuild b/kde-apps/kmail/kmail-18.08.2.ebuild
39 index 31234f30f78..56e4cd96e31 100644
40 --- a/kde-apps/kmail/kmail-18.08.2.ebuild
41 +++ b/kde-apps/kmail/kmail-18.08.2.ebuild
42 @@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
43 RESTRICT+=" test" # bug 616878
44
45 src_prepare() {
46 - cmake-utils_src_prepare
47 + kde5_src_prepare
48
49 if ! use handbook; then
50 sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die