summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-06 22:43:16 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-06 22:43:16 +0000
commitd2116b742a9cd98c942eb7b25b3d77871507d27a (patch)
tree218a3bcc4d9ed5c82918227397714f1ac2b38283 /games-emulation/xmess
parentFix my name in changelog (diff)
downloadgentoo-2-d2116b742a9cd98c942eb7b25b3d77871507d27a.tar.gz
gentoo-2-d2116b742a9cd98c942eb7b25b3d77871507d27a.tar.bz2
gentoo-2-d2116b742a9cd98c942eb7b25b3d77871507d27a.zip
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r--games-emulation/xmess/ChangeLog7
-rw-r--r--games-emulation/xmess/xmess-0.83.1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/games-emulation/xmess/ChangeLog b/games-emulation/xmess/ChangeLog
index 7456fa17707a..bc532ee0a4ab 100644
--- a/games-emulation/xmess/ChangeLog
+++ b/games-emulation/xmess/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/xmess
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.59 2007/03/12 14:07:09 genone Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.60 2008/03/06 22:43:16 wolf31o2 Exp $
+
+ 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> xmess-0.83.1.ebuild:
+ QA cleanup: Fix quoting.
12 Mar 2007; Marius Mauch <genone@gentoo.org> xmess-0.83.1.ebuild,
xmess-0.105.ebuild, xmess-0.106.ebuild:
diff --git a/games-emulation/xmess/xmess-0.83.1.ebuild b/games-emulation/xmess/xmess-0.83.1.ebuild
index c29cc8e024c0..aa2da219b293 100644
--- a/games-emulation/xmess/xmess-0.83.1.ebuild
+++ b/games-emulation/xmess/xmess-0.83.1.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/xmess/xmess-0.83.1.ebuild,v 1.10 2007/03/12 14:07:09 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.83.1.ebuild,v 1.11 2008/03/06 22:43:16 wolf31o2 Exp $
inherit flag-o-matic toolchain-funcs eutils games
@@ -12,7 +12,7 @@ SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2"
LICENSE="xmame"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick net expat lirc xinerama"
RDEPEND="sys-libs/zlib
@@ -47,7 +47,7 @@ S="${WORKDIR}/xmame-${PV}"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${PV}-glx-fix.patch"
sed -i \
-e 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h \