diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-11-03 20:46:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-11-03 20:46:36 +0000 |
commit | d9f77491353e2fbf9286d304c051cd7d3ebb81f4 (patch) | |
tree | 1e53312b85bcb853840c746aebdd507164fa883a /games-engines | |
parent | alpha stable wrt #197509 (diff) | |
download | gentoo-2-d9f77491353e2fbf9286d304c051cd7d3ebb81f4.tar.gz gentoo-2-d9f77491353e2fbf9286d304c051cd7d3ebb81f4.tar.bz2 gentoo-2-d9f77491353e2fbf9286d304c051cd7d3ebb81f4.zip |
amd64/x86 stable
(Portage version: 2.1.3.16)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/scummvm-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/scummvm/scummvm-0.10.0.ebuild b/games-engines/scummvm/scummvm-0.10.0.ebuild index 83151d211e90..87a32eb65d66 100644 --- a/games-engines/scummvm/scummvm-0.10.0.ebuild +++ b/games-engines/scummvm/scummvm-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.10.0.ebuild,v 1.4 2007/07/30 04:52:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.10.0.ebuild,v 1.5 2007/11/03 20:46:36 vapier Exp $ inherit eutils games @@ -10,7 +10,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 zlib" RESTRICT="test" # it only looks like there's a test there #77507 |