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, 31 Aug 2016 13:52:31
Message-Id: 1472651538.49599d55b92f7947f095dca6bb6112817813a63d.kensington@gentoo
1 commit: 49599d55b92f7947f095dca6bb6112817813a63d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 13:51:58 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 13:52:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49599d55
7
8 cmake-utils.eclass: typo
9
10 eclass/cmake-utils.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
14 index 1b1924f..393ee28 100644
15 --- a/eclass/cmake-utils.eclass
16 +++ b/eclass/cmake-utils.eclass
17 @@ -262,7 +262,7 @@ _cmake_generator_to_use() {
18 # @FUNCTION: cmake_comment_add_subdirectory
19 # @USAGE: <subdirectory>
20 # @DESCRIPTION:
21 -# Comment out one ore more add_subdirectory calls in CMakeLists.txt in the current directory
22 +# Comment out one or more add_subdirectory calls in CMakeLists.txt in the current directory
23 cmake_comment_add_subdirectory() {
24 if [[ -z ${1} ]]; then
25 die "comment_add_subdirectory must be passed at least one directory name to comment"