From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8A731380DC for ; Wed, 5 Feb 2014 15:00:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F58E0BE1; Wed, 5 Feb 2014 15:00:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 159C4E0BE1 for ; Wed, 5 Feb 2014 15:00:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 144BD33F816 for ; Wed, 5 Feb 2014 15:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A69DF18278 for ; Wed, 5 Feb 2014 15:00:29 +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: <1391612419.df59a6f8cf3a41989cc40b690224759aea768f96.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: df59a6f8cf3a41989cc40b690224759aea768f96 X-VCS-Branch: master Date: Wed, 5 Feb 2014 15:00:29 +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: f1083738-93b7-4f59-9304-278b87f7d313 X-Archives-Hash: c6cb954148ea807f434415efcb5e8b1c commit: df59a6f8cf3a41989cc40b690224759aea768f96 Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 5 15:00:19 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 5 15:00:19 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df59a6f8 [eclass] Spelling. --- eclass/cmake-utils.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 16dcd33..14eca2b 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -22,8 +22,8 @@ ___ECLASS_ONCE_CMAKE_UTILS="recur -_+^+_- spank" # @ECLASS-VARIABLE: WANT_CMAKE # @DESCRIPTION: -# Specify if cmake-utils eclass should depend on cmake optionaly or not. -# This is usefull when only part of aplication is using cmake build system. +# Specify if cmake-utils eclass should depend on cmake optionally or not. +# This is useful when only part of application is using cmake build system. # Valid values are: always [default], optional (where the value is the useflag # used for optionality) : ${WANT_CMAKE:=always} @@ -141,7 +141,7 @@ _use_me_now_inverted() { # @DESCRIPTION: # Build directory where all cmake processed files should be generated. # For in-source build it's fixed to ${CMAKE_USE_DIR}. -# For out-of-source build it can be overriden, by default it uses +# For out-of-source build it can be overridden, by default it uses # ${WORKDIR}/${P}_build. # # This variable has been called CMAKE_BUILD_DIR formerly.