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 1NL3id-0002zB-8I for garchives@archives.gentoo.org; Wed, 16 Dec 2009 23:55:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60A05E089D; Wed, 16 Dec 2009 23:55:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 37F4FE089D for ; Wed, 16 Dec 2009 23:55:45 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D564364F91 for ; Wed, 16 Dec 2009 23:55:44 +0000 (UTC) Received: from abcd by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NL3ia-0003Jz-DV for gentoo-commits@lists.gentoo.org; Wed, 16 Dec 2009 23:55:44 +0000 From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: games.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: games.eclass X-VCS-Directories: eclass X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jonathan Callen Date: Wed, 16 Dec 2009 23:55:44 +0000 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: a165b4a8-74b1-4293-aeed-78a3f0062fc5 X-Archives-Hash: a2f7d5ba2e782902d9d44576753e66d7 abcd 09/12/16 23:55:44 Modified: games.eclass Log: Remove extra leftover braces from removed "|| die" Revision Changes Path 1.140 eclass/games.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclas= s?rev=3D1.140&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclas= s?rev=3D1.140&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclas= s?r1=3D1.139&r2=3D1.140 Index: games.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/games.eclass,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- games.eclass 9 Dec 2009 00:27:24 -0000 1.139 +++ games.eclass 16 Dec 2009 23:55:44 -0000 1.140 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.139 2009/12/0= 9 00:27:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.140 2009/12/1= 6 23:55:44 abcd Exp $ =20 # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -138,7 +138,7 @@ } =20 games_src_configure() { - [[ -x ./configure ]] && { egamesconf; } + [[ -x ./configure ]] && egamesconf } =20 games_src_compile() {