diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-24 21:16:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-24 21:16:42 +0000 |
commit | eb3c1f7a50f2314f9c205b9b48488ce1e13ef3aa (patch) | |
tree | 4d969ca886d25047feced1bcd881774a908542f7 /games-engines | |
parent | stable amd64, bug 322631 (diff) | |
download | historical-eb3c1f7a50f2314f9c205b9b48488ce1e13ef3aa.tar.gz historical-eb3c1f7a50f2314f9c205b9b48488ce1e13ef3aa.tar.bz2 historical-eb3c1f7a50f2314f9c205b9b48488ce1e13ef3aa.zip |
stable amd64, bug 322633
Package-Manager: portage-2.1.8.3/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.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index b64dc2a162be..dad90f3eb9a2 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.89 2010/05/03 21:10:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.90 2010/06/24 21:16:42 pacho Exp $ + + 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> scummvm-1.1.1.ebuild: + stable amd64, bug 322633 *scummvm-1.1.1 (03 May 2010) diff --git a/games-engines/scummvm/scummvm-1.1.1.ebuild b/games-engines/scummvm/scummvm-1.1.1.ebuild index c43690e617c5..569252f25861 100644 --- a/games-engines/scummvm/scummvm-1.1.1.ebuild +++ b/games-engines/scummvm/scummvm-1.1.1.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.1.1.ebuild,v 1.1 2010/05/03 21:10:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.1.1.ebuild,v 1.2 2010/06/24 21:16:42 pacho 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 |