kde-apps/kmail: Fix src_prepare
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 15 Oct 2018 10:12:39 +0000 (12:12 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 15 Oct 2018 10:13:44 +0000 (12:13 +0200)
Closes: https://bugs.gentoo.org/668690
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

kde-apps/kmail/kmail-18.04.3.ebuild
kde-apps/kmail/kmail-18.08.2.ebuild

index 990a482098e669432afb6ea546e712dd86a6dcf8..7edc02c76e088395012ddadc0732cbc4369aa302 100644 (file)
@@ -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
index 31234f30f7870da3470c6cd87b5b2ebf6b5fd0f9..56e4cd96e314df911d4859a17a56c2873dab6984 100644 (file)
@@ -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