commit: ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 15 10:11:17 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 15 10:11:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef638605
kde-apps/kmail: Fix src_prepare Bug: 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.08.49.9999.ebuild | 4 ++-- kde-apps/kmail/kmail-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kmail/kmail-18.08.49.9999.ebuild b/kde-apps/kmail/kmail-18.08.49.9999.ebuild index 5ea990b038..eccba695d1 100644 --- a/kde-apps/kmail/kmail-18.08.49.9999.ebuild +++ b/kde-apps/kmail/kmail-18.08.49.9999.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-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 5ea990b038..eccba695d1 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.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
