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 15:00:33
Message-Id: 1391612419.df59a6f8cf3a41989cc40b690224759aea768f96.kensington@gentoo
1 commit: df59a6f8cf3a41989cc40b690224759aea768f96
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 15:00:19 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 15:00:19 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df59a6f8
7
8 [eclass] Spelling.
9
10 ---
11 eclass/cmake-utils.eclass | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
15 index 16dcd33..14eca2b 100644
16 --- a/eclass/cmake-utils.eclass
17 +++ b/eclass/cmake-utils.eclass
18 @@ -22,8 +22,8 @@ ___ECLASS_ONCE_CMAKE_UTILS="recur -_+^+_- spank"
19
20 # @ECLASS-VARIABLE: WANT_CMAKE
21 # @DESCRIPTION:
22 -# Specify if cmake-utils eclass should depend on cmake optionaly or not.
23 -# This is usefull when only part of aplication is using cmake build system.
24 +# Specify if cmake-utils eclass should depend on cmake optionally or not.
25 +# This is useful when only part of application is using cmake build system.
26 # Valid values are: always [default], optional (where the value is the useflag
27 # used for optionality)
28 : ${WANT_CMAKE:=always}
29 @@ -141,7 +141,7 @@ _use_me_now_inverted() {
30 # @DESCRIPTION:
31 # Build directory where all cmake processed files should be generated.
32 # For in-source build it's fixed to ${CMAKE_USE_DIR}.
33 -# For out-of-source build it can be overriden, by default it uses
34 +# For out-of-source build it can be overridden, by default it uses
35 # ${WORKDIR}/${P}_build.
36 #
37 # This variable has been called CMAKE_BUILD_DIR formerly.