diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-06 21:53:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-06 21:53:36 +0000 |
commit | 078efbf01408e9c8c2ad5aae476162537490d901 (patch) | |
tree | 5c67aa6ffc7cc2f0da876032b19eaf61393b8d75 /games-emulation/generator | |
parent | QA cleanup: Fixing quoting. (diff) | |
download | gentoo-2-078efbf01408e9c8c2ad5aae476162537490d901.tar.gz gentoo-2-078efbf01408e9c8c2ad5aae476162537490d901.tar.bz2 gentoo-2-078efbf01408e9c8c2ad5aae476162537490d901.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/generator')
-rw-r--r-- | games-emulation/generator/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/generator/generator-0.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/generator/ChangeLog b/games-emulation/generator/ChangeLog index 8f00cbe4f2b9..b4d8ef15343b 100644 --- a/games-emulation/generator/ChangeLog +++ b/games-emulation/generator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/generator -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.19 2007/07/25 17:01:36 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.20 2008/03/06 21:53:36 wolf31o2 Exp $ + + 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> generator-0.35.ebuild: + QA cleanup: Fix quoting. *generator-0.35_p3 (25 Jul 2007) diff --git a/games-emulation/generator/generator-0.35.ebuild b/games-emulation/generator/generator-0.35.ebuild index 67937406ad9c..ba292ff98481 100644 --- a/games-emulation/generator/generator-0.35.ebuild +++ b/games-emulation/generator/generator-0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35.ebuild,v 1.15 2007/03/07 16:48:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35.ebuild,v 1.16 2008/03/06 21:53:36 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" mkdir my-bins if use ppc ; then sed -i \ |