diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:02:59 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:02:59 +0000 |
commit | f80e499e634776203e320ea73fcb88980c288490 (patch) | |
tree | 9a42e82151981ba4375fda5c7ae0024f33a3ffd1 /games-board/crafty | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-f80e499e634776203e320ea73fcb88980c288490.tar.gz gentoo-2-f80e499e634776203e320ea73fcb88980c288490.tar.bz2 gentoo-2-f80e499e634776203e320ea73fcb88980c288490.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-board/crafty')
-rw-r--r-- | games-board/crafty/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.13.ebuild | 7 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.14.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index 90236c4fab4b..590ddd3c7412 100644 --- a/games-board/crafty/ChangeLog +++ b/games-board/crafty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/crafty -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.19 2006/10/02 22:47:28 nyhm Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.20 2007/03/07 16:02:59 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> crafty-20.13.ebuild, + crafty-20.14.ebuild: + Change all instances of [ to [[. *crafty-20.14 (02 Oct 2006) diff --git a/games-board/crafty/crafty-20.13.ebuild b/games-board/crafty/crafty-20.13.ebuild index 6a6d2df1fa8e..44e207a33426 100644 --- a/games-board/crafty/crafty-20.13.ebuild +++ b/games-board/crafty/crafty-20.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v 1.1 2006/06/08 22:35:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v 1.2 2007/03/07 16:02:59 wolf31o2 Exp $ inherit flag-o-matic games @@ -42,7 +42,8 @@ src_compile() { append-flags -O2 -fno-alias -fforce-mem \ -fomit-frame-pointer -fno-gcse -mpreferred-stack-boundary=2 else - if [ "${CHOST}" == "i686-pc-linux-gnu" ] || [ "${CHOST}" == "i586-pc-linux-gnu" ] ; then + if [[ "${CHOST}" == "i686-pc-linux-gnu" ]] \ + || [[ "${CHOST}" == "i586-pc-linux-gnu" ]] ; then append-flags -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \ -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B \ -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT diff --git a/games-board/crafty/crafty-20.14.ebuild b/games-board/crafty/crafty-20.14.ebuild index 28e4c385f92e..141b2c6f3619 100644 --- a/games-board/crafty/crafty-20.14.ebuild +++ b/games-board/crafty/crafty-20.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.14.ebuild,v 1.1 2006/10/02 22:47:28 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.14.ebuild,v 1.2 2007/03/07 16:02:59 wolf31o2 Exp $ inherit flag-o-matic games @@ -43,7 +43,8 @@ src_compile() { append-flags -O2 -fno-alias -fforce-mem \ -fomit-frame-pointer -fno-gcse -mpreferred-stack-boundary=2 else - if [ "${CHOST}" == "i686-pc-linux-gnu" ] || [ "${CHOST}" == "i586-pc-linux-gnu" ] ; then + if [[ "${CHOST}" == "i686-pc-linux-gnu" ]] \ + || [[ "${CHOST}" == "i586-pc-linux-gnu" ]] ; then append-flags -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \ -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B \ -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT |