diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 19:10:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 19:10:21 +0000 |
commit | 5035228173a5446cbe6f7aec2236f9fa61595264 (patch) | |
tree | 28e41e5d89c7785765a1811311a53dd2ad3b7d1e /games-engines | |
parent | Version bump. (diff) | |
download | gentoo-2-5035228173a5446cbe6f7aec2236f9fa61595264.tar.gz gentoo-2-5035228173a5446cbe6f7aec2236f9fa61595264.tar.bz2 gentoo-2-5035228173a5446cbe6f7aec2236f9fa61595264.zip |
Stable for amd64, wrt bug #400801
(Portage version: 2.1.10.44/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.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 8c0ed11686c8..0a53d38fa26d 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.108 2011/12/21 22:50:07 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.109 2012/01/27 19:10:21 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> scummvm-1.4.0.ebuild: + Stable for amd64, wrt bug #400801 *scummvm-1.4.0 (21 Dec 2011) diff --git a/games-engines/scummvm/scummvm-1.4.0.ebuild b/games-engines/scummvm/scummvm-1.4.0.ebuild index 9a05ed246bc1..83883776ee3f 100644 --- a/games-engines/scummvm/scummvm-1.4.0.ebuild +++ b/games-engines/scummvm/scummvm-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.0.ebuild,v 1.1 2011/12/21 22:50:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.4.0.ebuild,v 1.2 2012/01/27 19:10:21 ago 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 |