commit:     52ff417b2785b5a86419754e183c17a1e8f06e2b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 10:12:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 10:13:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ff417b

kde-apps/kmail: Fix src_prepare

Closes: https://bugs.gentoo.org/668690
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 kde-apps/kmail/kmail-18.04.3.ebuild | 4 ++--
 kde-apps/kmail/kmail-18.08.2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmail/kmail-18.04.3.ebuild 
b/kde-apps/kmail/kmail-18.04.3.ebuild
index 990a482098e..7edc02c76e0 100644
--- a/kde-apps/kmail/kmail-18.04.3.ebuild
+++ b/kde-apps/kmail/kmail-18.04.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
 RESTRICT+=" test" # bug 616878
 
 src_prepare() {
-       cmake-utils_src_prepare
+       kde5_src_prepare
 
        if ! use handbook; then
                sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ 
s/^/#DONT/" || die

diff --git a/kde-apps/kmail/kmail-18.08.2.ebuild 
b/kde-apps/kmail/kmail-18.08.2.ebuild
index 31234f30f78..56e4cd96e31 100644
--- a/kde-apps/kmail/kmail-18.08.2.ebuild
+++ b/kde-apps/kmail/kmail-18.08.2.ebuild
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
 RESTRICT+=" test" # bug 616878
 
 src_prepare() {
-       cmake-utils_src_prepare
+       kde5_src_prepare
 
        if ! use handbook; then
                sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ 
s/^/#DONT/" || die

Reply via email to