diff options
author | 2009-01-25 14:45:00 +0000 | |
---|---|---|
committer | 2009-01-25 14:45:00 +0000 | |
commit | ae74d60cbe4402e729b8e5afc789a50fe84e2f52 (patch) | |
tree | 88d98fa549ea49461b0be80aca1955ae7355c8c9 /games-engines/scummvm | |
parent | whitespace (diff) | |
download | gentoo-2-ae74d60cbe4402e729b8e5afc789a50fe84e2f52.tar.gz gentoo-2-ae74d60cbe4402e729b8e5afc789a50fe84e2f52.tar.bz2 gentoo-2-ae74d60cbe4402e729b8e5afc789a50fe84e2f52.zip |
stable ppc64, bug 255573
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'games-engines/scummvm')
-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 14663c8a55ec..95c0b59c0e5d 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.63 2009/01/23 11:36:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.64 2009/01/25 14:45:00 ranger Exp $ + + 25 Jan 2009; Brent Baude <ranger@gentoo.org> scummvm-0.12.0.ebuild: + stable ppc64, bug 255573 23 Jan 2009; Raúl Porcel <armin76@gentoo.org> scummvm-0.12.0.ebuild: x86 stable wrt #255573 diff --git a/games-engines/scummvm/scummvm-0.12.0.ebuild b/games-engines/scummvm/scummvm-0.12.0.ebuild index 9d8529a4fb46..bd885ceac81e 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.4 2009/01/23 11:36:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild,v 1.5 2009/01/25 14:45:00 ranger 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 |