diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-22 14:10:15 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-22 14:10:15 +0000 |
commit | 273878b6e3b4a7804c1e7f7690dbe130ed34daf0 (patch) | |
tree | a32445cd5163dc6f2289aa19a320ad5ea6f5b8d7 | |
parent | Version bump (diff) | |
download | gentoo-2-273878b6e3b4a7804c1e7f7690dbe130ed34daf0.tar.gz gentoo-2-273878b6e3b4a7804c1e7f7690dbe130ed34daf0.tar.bz2 gentoo-2-273878b6e3b4a7804c1e7f7690dbe130ed34daf0.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah El Lazkani in bug #379411.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
-rw-r--r-- | games-engines/scummvm/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index bbeb77a89d21..187ad9449c05 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,10 @@ # 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.106 2011/08/21 03:37:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.107 2011/08/22 14:10:15 chainsaw Exp $ + + 22 Aug 2011; Tony Vroon <chainsaw@gentoo.org> scummvm-1.3.1.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah El Lazkani in bug #379411. 21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> scummvm-1.3.1.ebuild: x86 stable wrt bug #379411 diff --git a/games-engines/scummvm/scummvm-1.3.1.ebuild b/games-engines/scummvm/scummvm-1.3.1.ebuild index 81e0bc30e56f..58c81b0bd9b5 100644 --- a/games-engines/scummvm/scummvm-1.3.1.ebuild +++ b/games-engines/scummvm/scummvm-1.3.1.ebuild @@ -1,6 +1,6 @@ # 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.3.1.ebuild,v 1.2 2011/08/21 03:37:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.3.1.ebuild,v 1.3 2011/08/22 14:10:15 chainsaw 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 |