Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 05 Feb 2014 14:42:39
Message-Id: 1391611336.a2f55d51e00e36529389d2ba55e3020663ce2ff3.kensington@gentoo
1 commit: a2f55d51e00e36529389d2ba55e3020663ce2ff3
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 14:42:16 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 14:42:16 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a2f55d51
7
8 [eclass] Fix code example section.
9
10 ---
11 eclass/cmake-utils.eclass | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
15 index 454e333..802c58a 100644
16 --- a/eclass/cmake-utils.eclass
17 +++ b/eclass/cmake-utils.eclass
18 @@ -392,9 +392,10 @@ enable_cmake-utils_src_prepare() {
19 # local mycmakeargs=(
20 # $(cmake-utils_use_with openconnect)
21 # )
22 +#
23 # cmake-utils_src_configure
24 # }
25 -
26 +# @CODE
27
28 enable_cmake-utils_src_configure() {
29 debug-print-function ${FUNCNAME} "$@"