commit:     a7eaeb1143299d54e9be73325fd18d461585521d
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sat Feb 20 16:01:05 2016 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sat Feb 20 16:03:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7eaeb11

kde-apps/marble-15.12.2: Fix EAPI 6 function call

 kde-apps/marble/marble-15.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/marble/marble-15.12.2.ebuild 
b/kde-apps/marble/marble-15.12.2.ebuild
index 02420b5..cb2b35e 100644
--- a/kde-apps/marble/marble-15.12.2.ebuild
+++ b/kde-apps/marble/marble-15.12.2.ebuild
@@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-       use handbook || comment_add_subdirectory doc
+       use handbook || cmake_comment_add_subdirectory doc
        kde5_src_prepare
 }
 

Reply via email to