Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/
Date: Sat, 20 Feb 2016 16:03:16
Message-Id: 1455984188.a7eaeb1143299d54e9be73325fd18d461585521d.christian@gentoo
1 commit: a7eaeb1143299d54e9be73325fd18d461585521d
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Sat Feb 20 16:01:05 2016 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Sat Feb 20 16:03:08 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7eaeb11
7
8 kde-apps/marble-15.12.2: Fix EAPI 6 function call
9
10 kde-apps/marble/marble-15.12.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/kde-apps/marble/marble-15.12.2.ebuild b/kde-apps/marble/marble-15.12.2.ebuild
14 index 02420b5..cb2b35e 100644
15 --- a/kde-apps/marble/marble-15.12.2.ebuild
16 +++ b/kde-apps/marble/marble-15.12.2.ebuild
17 @@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
18 "
19
20 src_prepare() {
21 - use handbook || comment_add_subdirectory doc
22 + use handbook || cmake_comment_add_subdirectory doc
23 kde5_src_prepare
24 }