diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 20:08:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 20:08:14 +0000 |
commit | f160a0260b463906166627bccbb6e4ee5a0a8499 (patch) | |
tree | 80a27a11147e03b6cf2ca304218366b3aec529b2 /games-rpg/gwiz | |
parent | IUSE (Manifest recommit) (diff) | |
download | gentoo-2-f160a0260b463906166627bccbb6e4ee5a0a8499.tar.gz gentoo-2-f160a0260b463906166627bccbb6e4ee5a0a8499.tar.bz2 gentoo-2-f160a0260b463906166627bccbb6e4ee5a0a8499.zip |
IUSE; fix DEPEND
Diffstat (limited to 'games-rpg/gwiz')
-rw-r--r-- | games-rpg/gwiz/gwiz-0.8.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild index 02e5c6d4b486..13c3be476d3c 100644 --- a/games-rpg/gwiz/gwiz-0.8.ebuild +++ b/games-rpg/gwiz/gwiz-0.8.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.3 2004/04/29 19:59:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.4 2004/05/06 20:08:14 mr_bones_ Exp $ DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech" -SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2" HOMEPAGE="http://icculus.org/gwiz/" +SRC_URI="http://icculus.org/gwiz/${P}.tar.bz2" KEYWORDS="x86 ~alpha" SLOT="0" LICENSE="GPL-2" +IUSE="" -RDEPEND=">=media-libs/libsdl-1.2.3 +DEPEND=">=media-libs/libsdl-1.2.3 >=media-libs/sdl-image-1.2.1-r1 >=media-libs/sdl-ttf-2.0.4" |