diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-14 20:46:22 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-14 20:46:22 +0000 |
commit | e769b456d708bc8c83c833ff1fb611d091f8643b (patch) | |
tree | c35d5814454f6be6371d30e8a556232bc7b0adfd /games-engines/scummvm | |
parent | amd64/x86 stable, bug #292854 (diff) | |
download | gentoo-2-e769b456d708bc8c83c833ff1fb611d091f8643b.tar.gz gentoo-2-e769b456d708bc8c83c833ff1fb611d091f8643b.tar.bz2 gentoo-2-e769b456d708bc8c83c833ff1fb611d091f8643b.zip |
amd64/x86 stable, bug #292946
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.0.0_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index eae684334933..a68962a9aad2 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.79 2009/09/11 21:54:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.80 2009/11/14 20:46:22 maekke Exp $ + + 14 Nov 2009; Markus Meier <maekke@gentoo.org> scummvm-1.0.0_rc1.ebuild: + amd64/x86 stable, bug #292946 11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> scummvm-1.0.0_rc1.ebuild: diff --git a/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild b/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild index 6455de0b829b..ce5305b4ac6b 100644 --- a/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild +++ b/games-engines/scummvm/scummvm-1.0.0_rc1.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-1.0.0_rc1.ebuild,v 1.2 2009/09/11 21:54:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.0.0_rc1.ebuild,v 1.3 2009/11/14 20:46:22 maekke 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 |