diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-16 02:56:20 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-16 02:56:20 +0000 |
commit | a1f047d69a24138bd206874433c4acdc1bb7d69b (patch) | |
tree | bfbd01dc75c07475117ff3ef362d5d46e2d162f8 /app-emulation/xmame | |
parent | Added KEYWORDS (diff) | |
download | gentoo-2-a1f047d69a24138bd206874433c4acdc1bb7d69b.tar.gz gentoo-2-a1f047d69a24138bd206874433c4acdc1bb7d69b.tar.bz2 gentoo-2-a1f047d69a24138bd206874433c4acdc1bb7d69b.zip |
Added KEYWORDS
Diffstat (limited to 'app-emulation/xmame')
-rw-r--r-- | app-emulation/xmame/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xmame/xmame-0.60.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/xmame/ChangeLog b/app-emulation/xmame/ChangeLog index c714d91c23bb..843ad5630248 100644 --- a/app-emulation/xmame/ChangeLog +++ b/app-emulation/xmame/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-games/xmame # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/ChangeLog,v 1.5 2002/06/13 15:55:32 daybird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/ChangeLog,v 1.6 2002/07/16 02:56:20 owen Exp $ *xmame-0.60.1-r2 (13 June 2002) + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + Added KEYWORDS. + 13 June 2002; David Chamberlain <daybird@gentoo.org> xmame-0.60.1-r2.ebuild This ebuild provides ppc fixes to makefile diff --git a/app-emulation/xmame/xmame-0.60.1-r2.ebuild b/app-emulation/xmame/xmame-0.60.1-r2.ebuild index 69aee2db1dfe..fc954699489e 100644 --- a/app-emulation/xmame/xmame-0.60.1-r2.ebuild +++ b/app-emulation/xmame/xmame-0.60.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Based on the 0.59.1 ebuild by Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r2.ebuild,v 1.2 2002/07/11 06:30:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/xmame-0.60.1-r2.ebuild,v 1.3 2002/07/16 02:56:20 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="Multiple Arcade Machine Emulator for X11" @@ -19,6 +19,8 @@ RDEPEND="" # please either test on ppc, or send it to a ppc developer for testing before # you commit the ebuild. Thanks :-) +KEYWORDS="x86 ppc" + src_unpack() { unpack ${A} cd ${S} |