diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 01:17:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 01:17:45 +0000 |
commit | 9204794357eae1b7d146623b094071a58bfb2c82 (patch) | |
tree | 1b6f8c4b827b9b0666d11ec8a6367c3b4743b306 /games-misc | |
parent | QA cleanup: Fix quoting. (diff) | |
download | gentoo-2-9204794357eae1b7d146623b094071a58bfb2c82.tar.gz gentoo-2-9204794357eae1b7d146623b094071a58bfb2c82.tar.bz2 gentoo-2-9204794357eae1b7d146623b094071a58bfb2c82.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/c++robots/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/c++robots/c++robots-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/c++robots/ChangeLog b/games-misc/c++robots/ChangeLog index ca7031b5f543..6ff481aff880 100644 --- a/games-misc/c++robots/ChangeLog +++ b/games-misc/c++robots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/c++robots -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.6 2007/02/08 21:06:53 wolf31o2 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.7 2008/03/07 01:17:45 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> c++robots-0.ebuild: + QA cleanup: Fix quoting. 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild index e19d688743f3..764a4431a7f8 100644 --- a/games-misc/c++robots/c++robots-0.ebuild +++ b/games-misc/c++robots/c++robots-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.5 2004/07/01 11:19:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.6 2008/03/07 01:17:45 wolf31o2 Exp $ inherit eutils games @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/proper-coding.patch" } |