diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-07-13 17:58:30 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-07-13 17:58:30 +0000 |
commit | 5329696a049e2dd7f7241ec56f94c760605e6f57 (patch) | |
tree | 02c311a1c8db50206c2fa3ff5f42c52d15377bac /games-engines | |
parent | Marked ppc stable for bug #270855. (diff) | |
download | gentoo-2-5329696a049e2dd7f7241ec56f94c760605e6f57.tar.gz gentoo-2-5329696a049e2dd7f7241ec56f94c760605e6f57.tar.bz2 gentoo-2-5329696a049e2dd7f7241ec56f94c760605e6f57.zip |
Marked ppc/ppc64 stable for bug #276010.
(Portage version: 2.1.6.13/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.13.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 7542b02ad582..817bbabe1489 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.74 2009/07/07 18:15:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.75 2009/07/13 17:58:30 josejx Exp $ + + 13 Jul 2009; Joseph Jezak <josejx@gentoo.org> scummvm-0.13.1.ebuild: + Marked ppc/ppc64 stable for bug #276010. 07 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> scummvm-0.13.1.ebuild: diff --git a/games-engines/scummvm/scummvm-0.13.1.ebuild b/games-engines/scummvm/scummvm-0.13.1.ebuild index ce1c6808a3f2..92ab12705e36 100644 --- a/games-engines/scummvm/scummvm-0.13.1.ebuild +++ b/games-engines/scummvm/scummvm-0.13.1.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.13.1.ebuild,v 1.6 2009/07/07 18:15:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v 1.7 2009/07/13 17:58:30 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" RESTRICT="test" # it only looks like there's a test there #77507 |