Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
Date: Mon, 15 Oct 2018 10:14:36
Message-Id: 1539598277.ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef.asturm@gentoo
1 commit: ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 10:11:17 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 10:11:17 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef638605
7
8 kde-apps/kmail: Fix src_prepare
9
10 Bug: 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.08.49.9999.ebuild | 4 ++--
15 kde-apps/kmail/kmail-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/kde-apps/kmail/kmail-18.08.49.9999.ebuild b/kde-apps/kmail/kmail-18.08.49.9999.ebuild
19 index 5ea990b038..eccba695d1 100644
20 --- a/kde-apps/kmail/kmail-18.08.49.9999.ebuild
21 +++ b/kde-apps/kmail/kmail-18.08.49.9999.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-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
39 index 5ea990b038..eccba695d1 100644
40 --- a/kde-apps/kmail/kmail-9999.ebuild
41 +++ b/kde-apps/kmail/kmail-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
49 RESTRICT+=" test" # bug 616878
50
51 src_prepare() {
52 - cmake-utils_src_prepare
53 + kde5_src_prepare
54
55 if ! use handbook; then
56 sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die