diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-09 18:20:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-09 18:20:00 +0000 |
commit | 03e88a82b1016d7d49dc31faccc54e109c31bd78 (patch) | |
tree | e8009ce85181212bf23e726837a5b1295ba03f34 /games-engines | |
parent | Saving Squeak. Solving bugs #163724 , #196984 (diff) | |
download | gentoo-2-03e88a82b1016d7d49dc31faccc54e109c31bd78.tar.gz gentoo-2-03e88a82b1016d7d49dc31faccc54e109c31bd78.tar.bz2 gentoo-2-03e88a82b1016d7d49dc31faccc54e109c31bd78.zip |
sparc stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index dd74603cdf57..1f22f737a4ca 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.54 2008/05/24 17:09:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.55 2008/06/09 18:20:00 armin76 Exp $ + + 09 Jun 2008; Raúl Porcel <armin76@gentoo.org> scummvm-0.10.0.ebuild: + sparc stable 24 May 2008; Joseph Jezak <josejx@gentoo.org> scummvm-0.10.0.ebuild: Marked ppc/ppc64 stable. diff --git a/games-engines/scummvm/scummvm-0.10.0.ebuild b/games-engines/scummvm/scummvm-0.10.0.ebuild index e349f9247877..5381f256761d 100644 --- a/games-engines/scummvm/scummvm-0.10.0.ebuild +++ b/games-engines/scummvm/scummvm-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.10.0.ebuild,v 1.7 2008/05/24 17:09:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.10.0.ebuild,v 1.8 2008/06/09 18:20:00 armin76 Exp $ inherit eutils games @@ -10,7 +10,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 |