diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 08:11:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 08:11:46 +0000 |
commit | f87feab589b85426c8d410f10bbe3e0aea0d1e8b (patch) | |
tree | 131029ebff1dd1e1dcab51ebcd9872319bad265d /games-arcade/grande-KXL | |
parent | IUSE; don't rdepend on sed (Manifest recommit) (diff) | |
download | gentoo-2-f87feab589b85426c8d410f10bbe3e0aea0d1e8b.tar.gz gentoo-2-f87feab589b85426c8d410f10bbe3e0aea0d1e8b.tar.bz2 gentoo-2-f87feab589b85426c8d410f10bbe3e0aea0d1e8b.zip |
IUSE
Diffstat (limited to 'games-arcade/grande-KXL')
-rw-r--r-- | games-arcade/grande-KXL/grande-KXL-0.6.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild b/games-arcade/grande-KXL/grande-KXL-0.6.ebuild index 8b1fa896e4a4..8661fee628f8 100644 --- a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild +++ b/games-arcade/grande-KXL/grande-KXL-0.6.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-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.2 2004/02/20 06:20:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.3 2004/04/27 08:07:13 mr_bones_ Exp $ inherit eutils games DESCRIPTION="ZANAC type game" -SRC_URI="http://kxl.hn.org/download/${P}.tar.gz" HOMEPAGE="http://kxl.hn.org/" +SRC_URI="http://kxl.hn.org/download/${P}.tar.gz" -KEYWORDS="x86" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" DEPEND=">=dev-games/KXL-1.1.7" |