From: Andreas Sturmlechner Date: Mon, 15 Oct 2018 10:12:39 +0000 (+0200) Subject: kde-apps/kmail: Fix src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52ff417b2785b5a86419754e183c17a1e8f06e2b;p=gentoo.git kde-apps/kmail: Fix src_prepare Closes: https://bugs.gentoo.org/668690 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/kde-apps/kmail/kmail-18.04.3.ebuild b/kde-apps/kmail/kmail-18.04.3.ebuild index 990a482098e6..7edc02c76e08 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 31234f30f787..56e4cd96e314 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