diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-27 00:18:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-27 00:18:11 +0000 |
commit | c1cc787eb2cb08d86e94958d15f35187828ec3f6 (patch) | |
tree | f71e925acd21941c2bf9f376c4df64f62c61da76 /games-board | |
parent | fix DEPEND (Manifest recommit) (diff) | |
download | gentoo-2-c1cc787eb2cb08d86e94958d15f35187828ec3f6.tar.gz gentoo-2-c1cc787eb2cb08d86e94958d15f35187828ec3f6.tar.bz2 gentoo-2-c1cc787eb2cb08d86e94958d15f35187828ec3f6.zip |
fix IUSE
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild b/games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild index 57978aeaf711..8e8a21f01290 100644 --- a/games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild +++ b/games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild,v 1.2 2004/12/27 00:17:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-sdl-games/ggz-sdl-games-0.0.9.ebuild,v 1.3 2004/12/27 00:18:11 vapier Exp $ DESCRIPTION="These are the sdl versions of the games made by GGZ Gaming Zone" HOMEPAGE="http://ggz.sourceforge.net/" @@ -9,7 +9,7 @@ SRC_URI="http://ftp.ggzgamingzone.org/pub/ggz/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" -IUSE="gtk2" +IUSE="" DEPEND=">=dev-games/ggz-client-libs-${PV} >=media-libs/libsdl-1.2.0 |