diff options
author | Michael Weber <xmw@gentoo.org> | 2011-01-03 11:53:16 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-01-03 11:53:16 +0000 |
commit | efda62a335ede636ff913ecac9269ab0ba0852ec (patch) | |
tree | 27ca6f70a59a50eeba8d72d79d2b4efe0213d5d1 /games-engines | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-efda62a335ede636ff913ecac9269ab0ba0852ec.tar.gz gentoo-2-efda62a335ede636ff913ecac9269ab0ba0852ec.tar.bz2 gentoo-2-efda62a335ede636ff913ecac9269ab0ba0852ec.zip |
sparc stable (bug 347119)
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.2.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 16208fe7d38a..003ee890b2cd 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.98 2010/12/20 01:16:49 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.99 2011/01/03 11:53:16 xmw Exp $ + + 03 Jan 2011; Michael Weber <xmw@gentoo.org> scummvm-1.2.0-r1.ebuild: + sparc stable (bug 347119) *scummvm-1.2.1 (20 Dec 2010) diff --git a/games-engines/scummvm/scummvm-1.2.0-r1.ebuild b/games-engines/scummvm/scummvm-1.2.0-r1.ebuild index b4d618c17e7f..9bcc02463911 100644 --- a/games-engines/scummvm/scummvm-1.2.0-r1.ebuild +++ b/games-engines/scummvm/scummvm-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.0-r1.ebuild,v 1.2 2010/11/30 21:19:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.0-r1.ebuild,v 1.3 2011/01/03 11:53:16 xmw Exp $ EAPI=2 inherit eutils flag-o-matic 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 |