diff options
author | Markus Meier <maekke@gentoo.org> | 2010-11-30 21:19:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-11-30 21:19:38 +0000 |
commit | 245ad25739bc303a81e658d4a507d8d3a0d1c2ca (patch) | |
tree | 478a7f4708a77a8a6fd5226f729345ba4d26cd74 /games-engines | |
parent | version bump (diff) | |
download | gentoo-2-245ad25739bc303a81e658d4a507d8d3a0d1c2ca.tar.gz gentoo-2-245ad25739bc303a81e658d4a507d8d3a0d1c2ca.tar.bz2 gentoo-2-245ad25739bc303a81e658d4a507d8d3a0d1c2ca.zip |
amd64/x86 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 | 5 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index d0f359b2522e..ddacb00f186e 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.96 2010/11/23 03:21:07 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.97 2010/11/30 21:19:38 maekke Exp $ + + 30 Nov 2010; Markus Meier <maekke@gentoo.org> scummvm-1.2.0-r1.ebuild: + amd64/x86 stable, bug #347119 *scummvm-1.2.0-r1 (23 Nov 2010) diff --git a/games-engines/scummvm/scummvm-1.2.0-r1.ebuild b/games-engines/scummvm/scummvm-1.2.0-r1.ebuild index b17362ef8ddb..b4d618c17e7f 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 # 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.1 2010/11/23 03:21:08 nyhm Exp $ +# $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 $ 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 |