diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-03-13 22:10:49 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-03-13 22:10:49 +0000 |
commit | b8d1ecf07a9986a57499926d99e426b451a567bb (patch) | |
tree | bb79584aead087b68d8cd8d9b9a4d2bd5f921bf4 /games-engines | |
parent | Marked ~ppc64 for bug #152606. (diff) | |
download | gentoo-2-b8d1ecf07a9986a57499926d99e426b451a567bb.tar.gz gentoo-2-b8d1ecf07a9986a57499926d99e426b451a567bb.tar.bz2 gentoo-2-b8d1ecf07a9986a57499926d99e426b451a567bb.zip |
Marked ppc stable for bug #255573.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 4bbdae19a72e..c22d28f1a51e 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.66 2009/03/02 17:48:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.67 2009/03/13 22:10:49 josejx Exp $ + + 13 Mar 2009; Joseph Jezak <josejx@gentoo.org> scummvm-0.12.0.ebuild: + Marked ppc stable for bug #255573. *scummvm-0.13.0 (02 Mar 2009) diff --git a/games-engines/scummvm/scummvm-0.12.0.ebuild b/games-engines/scummvm/scummvm-0.12.0.ebuild index 0c35681386b6..d7f94a86ab96 100644 --- a/games-engines/scummvm/scummvm-0.12.0.ebuild +++ b/games-engines/scummvm/scummvm-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild,v 1.6 2009/01/25 15:25:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild,v 1.7 2009/03/13 22:10:49 josejx Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="alsa debug flac fluidsynth mp3 ogg vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 |