diff options
author | Markus Meier <maekke@gentoo.org> | 2012-04-15 16:52:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-04-15 16:52:45 +0000 |
commit | 4b753498a8d468261ac05824de8bccb2cb5d031e (patch) | |
tree | 20b4e936c9b6c70e7cc295684c55d32911453614 /games-engines/scummvm | |
parent | arm stable, bug #411487 (diff) | |
download | gentoo-2-4b753498a8d468261ac05824de8bccb2cb5d031e.tar.gz gentoo-2-4b753498a8d468261ac05824de8bccb2cb5d031e.tar.bz2 gentoo-2-4b753498a8d468261ac05824de8bccb2cb5d031e.zip |
x86 stable, bug #411529
(Portage version: 2.1.10.56/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.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 089a0f07db0f..75da2f22290d 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.112 2012/04/13 09:10:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.113 2012/04/15 16:52:45 maekke Exp $ + + 15 Apr 2012; Markus Meier <maekke@gentoo.org> scummvm-1.4.1.ebuild: + x86 stable, bug #411529 13 Apr 2012; Agostino Sarubbo <ago@gentoo.org> scummvm-1.4.1.ebuild: Stable for amd64, wrt bug #411529 diff --git a/games-engines/scummvm/scummvm-1.4.1.ebuild b/games-engines/scummvm/scummvm-1.4.1.ebuild index 92c91d6df950..764e132a1b23 100644 --- a/games-engines/scummvm/scummvm-1.4.1.ebuild +++ b/games-engines/scummvm/scummvm-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.4.1.ebuild,v 1.2 2012/04/13 09:10:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.4.1.ebuild,v 1.3 2012/04/15 16:52:45 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 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="alsa debug flac fluidsynth mp3 ogg vorbis" RESTRICT="test" # it only looks like there's a test there #77507 |