diff options
Diffstat (limited to 'games-engines/scummvm/scummvm-1.2.1.ebuild')
-rw-r--r-- | games-engines/scummvm/scummvm-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/scummvm/scummvm-1.2.1.ebuild b/games-engines/scummvm/scummvm-1.2.1.ebuild index b99d308cbbd3..20c95f1f17fd 100644 --- a/games-engines/scummvm/scummvm-1.2.1.ebuild +++ b/games-engines/scummvm/scummvm-1.2.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.2.1.ebuild,v 1.4 2011/01/30 17:57:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild,v 1.5 2011/02/13 12:30:01 armin76 Exp $ EAPI=2 inherit eutils flag-o-matic 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 x86 ~x86-fbsd" IUSE="alsa debug flac fluidsynth mp3 ogg vorbis" RESTRICT="test" # it only looks like there's a test there #77507 |