From ee03b2532465651d5e1b58db3ce1a03c1f9da399 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Nov 2004 18:11:56 +0000 Subject: fix sed bug #70837 --- games-emulation/xmame/metadata.xml | 1 - games-emulation/xmame/xmame-0.86.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'games-emulation/xmame') diff --git a/games-emulation/xmame/metadata.xml b/games-emulation/xmame/metadata.xml index e289de786ece..0469ed9918de 100644 --- a/games-emulation/xmame/metadata.xml +++ b/games-emulation/xmame/metadata.xml @@ -4,7 +4,6 @@ games vapier@gentoo.org - Mike Frysinger Mame is an arcade machine emulator. Started in 1997 by Nicola Salmoria, mame started out as a diff --git a/games-emulation/xmame/xmame-0.86.ebuild b/games-emulation/xmame/xmame-0.86.ebuild index 87616cdb3b88..861cabe9893f 100644 --- a/games-emulation/xmame/xmame-0.86.ebuild +++ b/games-emulation/xmame/xmame-0.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.86.ebuild,v 1.3 2004/09/02 20:17:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.86.ebuild,v 1.4 2004/11/12 18:11:56 vapier Exp $ inherit flag-o-matic gcc 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="3dfx alsa arts dga esd ggi joystick net opengl sdl svga X xv" RDEPEND="sys-libs/zlib @@ -75,7 +75,7 @@ src_unpack() { if use ppc ; then sed -i \ -e '/LD.*--relax/s:^# ::' \ - || die "sed Makefile (ppc/LD) failed" + Makefile || die "sed Makefile (ppc/LD) failed" fi toggle_feature sdl JOY_SDL -- cgit v1.2.3-65-gdbad