From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OQk2L-0005mN-D4 for garchives@archives.gentoo.org; Mon, 21 Jun 2010 16:39:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C7F6E0A8F; Mon, 21 Jun 2010 16:39:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 76E7BE0A8F for ; Mon, 21 Jun 2010 16:39:52 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DB37D1B4104 for ; Mon, 21 Jun 2010 16:39:51 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2263) id 2EF7D2CE14; Mon, 21 Jun 2010 16:39:49 +0000 (UTC) From: "Maciej Mrozowski (reavertm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, reavertm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: cmake-utils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: cmake-utils.eclass X-VCS-Directories: eclass X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski Content-Type: text/plain; charset=utf8 Message-Id: <20100621163950.2EF7D2CE14@corvid.gentoo.org> Date: Mon, 21 Jun 2010 16:39:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 50581ff6-80b2-4b7a-b26c-d3cf20018da7 X-Archives-Hash: b2557037581464503ffe44512651b44c reavertm 10/06/21 16:39:49 Modified: cmake-utils.eclass Log: Fix NOCOLOR logic, bug 324603 Revision Changes Path 1.53 eclass/cmake-utils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils= .eclass?rev=3D1.53&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils= .eclass?rev=3D1.53&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils= .eclass?r1=3D1.52&r2=3D1.53 Index: cmake-utils.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- cmake-utils.eclass 27 May 2010 02:44:14 -0000 1.52 +++ cmake-utils.eclass 21 Jun 2010 16:39:49 -0000 1.53 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.52 2010= /05/27 02:44:14 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.53 2010= /06/21 16:39:49 reavertm Exp $ =20 # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -308,7 +308,7 @@ SET (LIB_SUFFIX ${libdir/lib} CACHE STRING "library path suffix" FORCE= ) SET (CMAKE_INSTALL_LIBDIR ${libdir} CACHE PATH "Output directory for l= ibraries") _EOF_ - [[ -n ${NOCOLOR} ]] || echo 'SET (CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "= pretty colors during make" FORCE)' >> "${common_config}" + [[ -n ${NOCOLOR} ]] && echo 'SET (CMAKE_COLOR_MAKEFILE OFF CACHE BOOL "= pretty colors during make" FORCE)' >> "${common_config}" =20 # Convert mycmakeargs to an array, for backwards compatibility # Make the array a local variable since <=3Dportage-2.1.6.x does not