diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 18:11:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 18:11:56 +0000 |
commit | ee03b2532465651d5e1b58db3ce1a03c1f9da399 (patch) | |
tree | b818a63a5294fe39bc51d5bf56ee168922cfc87e /games-emulation/xmame | |
parent | Stable for sparc. (Manifest recommit) (diff) | |
download | gentoo-2-ee03b2532465651d5e1b58db3ce1a03c1f9da399.tar.gz gentoo-2-ee03b2532465651d5e1b58db3ce1a03c1f9da399.tar.bz2 gentoo-2-ee03b2532465651d5e1b58db3ce1a03c1f9da399.zip |
fix sed bug #70837
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/metadata.xml | 1 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.86.ebuild | 6 |
2 files changed, 3 insertions, 4 deletions
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 @@ <herd>games</herd> <maintainer> <email>vapier@gentoo.org</email> - <name>Mike Frysinger</name> </maintainer> <longdescription> 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 |