Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Thu, 29 Mar 2018 20:22:41
Message-Id: 1522354862.202f13a096032e2263ed607134485db316c9195e.asturm@gentoo
1 commit: 202f13a096032e2263ed607134485db316c9195e
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Thu Mar 29 02:33:34 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 20:21:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=202f13a0
7
8 eclass: misc spelling fixes
9
10 eclass/cmake-utils.eclass | 2 +-
11 eclass/kde5.eclass | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
15 index f6952ec09e..3302f27608 100644
16 --- a/eclass/cmake-utils.eclass
17 +++ b/eclass/cmake-utils.eclass
18 @@ -653,7 +653,7 @@ cmake-utils_src_configure() {
19 fi
20
21 # Common configure parameters (overridable)
22 - # NOTE CMAKE_BUILD_TYPE can be only overriden via CMAKE_BUILD_TYPE eclass variable
23 + # NOTE CMAKE_BUILD_TYPE can be only overridden via CMAKE_BUILD_TYPE eclass variable
24 # No -DCMAKE_BUILD_TYPE=xxx definitions will be in effect.
25 local cmakeargs=(
26 ${warn_unused_cli}
27
28 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
29 index bb4d4f9051..ff6ae46e2d 100644
30 --- a/eclass/kde5.eclass
31 +++ b/eclass/kde5.eclass
32 @@ -19,7 +19,7 @@
33 # of this eclass's API.
34 #
35 # This eclass's phase functions are not intended to be mixed and matched, so if
36 -# any phase functions are overriden the version here should also be called.
37 +# any phase functions are overridden the version here should also be called.
38
39 if [[ -z ${_KDE5_ECLASS} ]]; then
40 _KDE5_ECLASS=1