summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-16 23:55:44 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-16 23:55:44 +0000
commit694c7d570c570061d5baba15dc6057019c561bdf (patch)
treea2ffd8ab14c755914aa961cac9140fe14ddf859d /eclass/games.eclass
parentStable for HPPA (bug #293850). (diff)
downloadgentoo-2-694c7d570c570061d5baba15dc6057019c561bdf.tar.gz
gentoo-2-694c7d570c570061d5baba15dc6057019c561bdf.tar.bz2
gentoo-2-694c7d570c570061d5baba15dc6057019c561bdf.zip
Remove extra leftover braces from removed "|| die"
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 24832f5c4fcd..b56ddb1900f9 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -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/09 00:27:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.140 2009/12/16 23:55:44 abcd Exp $
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -138,7 +138,7 @@ games_pkg_setup() {
}
games_src_configure() {
- [[ -x ./configure ]] && { egamesconf; }
+ [[ -x ./configure ]] && egamesconf
}
games_src_compile() {