summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schmitt <chris@ilovelinux.de>2016-02-20 17:01:05 +0100
committerChristian Schmitt <chris@ilovelinux.de>2016-02-20 17:03:08 +0100
commita7eaeb1143299d54e9be73325fd18d461585521d (patch)
tree9d33700d5a798d5752281bdeaf702c9a693c49f6
parent45ca2a9c164d19612ba26ac8cd7a78f995024e57 (diff)
downloadkde-a7eaeb1143299d54e9be73325fd18d461585521d.tar.gz
kde-a7eaeb1143299d54e9be73325fd18d461585521d.tar.bz2
kde-a7eaeb1143299d54e9be73325fd18d461585521d.zip
kde-apps/marble-15.12.2: Fix EAPI 6 function call
-rw-r--r--kde-apps/marble/marble-15.12.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-apps/marble/marble-15.12.2.ebuild b/kde-apps/marble/marble-15.12.2.ebuild
index 02420b54417..cb2b35e9a9f 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
}