From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7ED8138330 for ; Wed, 31 Aug 2016 13:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF2BC21C07B; Wed, 31 Aug 2016 13:52:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E4A721C07B for ; Wed, 31 Aug 2016 13:52:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A847A33D3CE for ; Wed, 31 Aug 2016 13:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAB42467 for ; Wed, 31 Aug 2016 13:52:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472651538.49599d55b92f7947f095dca6bb6112817813a63d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 49599d55b92f7947f095dca6bb6112817813a63d X-VCS-Branch: master Date: Wed, 31 Aug 2016 13:52:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 52df2c10-7f5e-486d-97ed-09663c3aa759 X-Archives-Hash: d975dcbce7d5bc947e03d9cdd6ebb058 commit: 49599d55b92f7947f095dca6bb6112817813a63d Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 31 13:51:58 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 31 13:52:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49599d55 cmake-utils.eclass: typo eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 1b1924f..393ee28 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -262,7 +262,7 @@ _cmake_generator_to_use() { # @FUNCTION: cmake_comment_add_subdirectory # @USAGE: # @DESCRIPTION: -# Comment out one ore more add_subdirectory calls in CMakeLists.txt in the current directory +# Comment out one or more add_subdirectory calls in CMakeLists.txt in the current directory cmake_comment_add_subdirectory() { if [[ -z ${1} ]]; then die "comment_add_subdirectory must be passed at least one directory name to comment"