diff options
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.83.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog index 64889fe96e14..7d0146791fec 100644 --- a/games-emulation/xmame/ChangeLog +++ b/games-emulation/xmame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/xmame # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.42 2005/05/27 13:08:28 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.43 2005/05/30 18:39:05 swegener Exp $ + + 30 May 2005; Sven Wegener <swegener@gentoo.org> xmame-0.83.1.ebuild: + Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745. 27 May 2005; Joseph Jezak <josejx@gentoo.org> xmame-0.96.ebuild: Marked ppc stable. diff --git a/games-emulation/xmame/xmame-0.83.1.ebuild b/games-emulation/xmame/xmame-0.83.1.ebuild index 15cf72ec2b5f..8b6fcec4560a 100644 --- a/games-emulation/xmame/xmame-0.83.1.ebuild +++ b/games-emulation/xmame/xmame-0.83.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.83.1.ebuild,v 1.5 2005/01/24 06:00:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.83.1.ebuild,v 1.6 2005/05/30 18:39:05 swegener Exp $ -inherit flag-o-matic gcc eutils games +inherit flag-o-matic toolchain-funcs eutils games TARGET="${PN}" |