diff options
Diffstat (limited to 'games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild index d2c572ab29ce..67394496464e 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild,v 1.3 2008/06/14 11:23:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild,v 1.4 2008/06/14 18:46:16 coldwind Exp $ inherit toolchain-funcs games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libpng" |