diff options
author | Malcolm Lashley <malc@gentoo.org> | 2006-01-08 01:40:33 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2006-01-08 01:40:33 +0000 |
commit | e077d2d75533561ce5c61bc11930a25132417a08 (patch) | |
tree | 1a31c095f0bec006a9dec9c0773b39ca9d441c89 /games-emulation | |
parent | Added reload option to init script, bug 72400 (diff) | |
download | gentoo-2-e077d2d75533561ce5c61bc11930a25132417a08.tar.gz gentoo-2-e077d2d75533561ce5c61bc11930a25132417a08.tar.bz2 gentoo-2-e077d2d75533561ce5c61bc11930a25132417a08.zip |
bug #115715 ~amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/stella/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/stella/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/stella/stella-2.0.1.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index da051c998a2a..a332ea70161f 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/stella -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.16 2005/11/16 01:07:55 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.17 2006/01/08 01:40:33 malc Exp $ + + 07 Jan 2006; Malcolm Lashley <malc@gentoo.org> stella-2.0.1.ebuild: + ~amd64 - bug #115715 *stella-2.0.1 (16 Nov 2005) diff --git a/games-emulation/stella/Manifest b/games-emulation/stella/Manifest index 4c5da833931f..d076ae67f3b0 100644 --- a/games-emulation/stella/Manifest +++ b/games-emulation/stella/Manifest @@ -1,6 +1,6 @@ -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 26ee5a7cd945cbdace75e88c923fb825 stella-2.0.1.ebuild 1286 -MD5 e863cc9ae62eb20dd3c83e07a15ef6a4 stella-1.4.2.ebuild 1141 MD5 3444db8038ebc65c3456c5125bbbb5b4 ChangeLog 2103 MD5 bf8549c6a110987d2861afe3d1cbb205 files/digest-stella-1.4.2 68 MD5 78a370769bf849d9d3b7771e204f6d7a files/digest-stella-2.0.1 69 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 e863cc9ae62eb20dd3c83e07a15ef6a4 stella-1.4.2.ebuild 1141 +MD5 0397fce93a5545333dfaea00a7325571 stella-2.0.1.ebuild 1293 diff --git a/games-emulation/stella/stella-2.0.1.ebuild b/games-emulation/stella/stella-2.0.1.ebuild index 7540abad8e09..931aea791caf 100644 --- a/games-emulation/stella/stella-2.0.1.ebuild +++ b/games-emulation/stella/stella-2.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.0.1.ebuild,v 1.1 2005/11/16 01:07:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-2.0.1.ebuild,v 1.2 2006/01/08 01:40:33 malc Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="opengl" DEPEND="media-libs/libsdl |