diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 02:25:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 02:25:08 +0000 |
commit | 252e71c3d6a73dc94ebc276bf72460fb6f93f5cd (patch) | |
tree | 4226140f9245e5b5fdf78a0a130cd3a2b6b35a27 /games-simulation/planets | |
parent | Changing mad dep to madplay. (diff) | |
download | historical-252e71c3d6a73dc94ebc276bf72460fb6f93f5cd.tar.gz historical-252e71c3d6a73dc94ebc276bf72460fb6f93f5cd.tar.bz2 historical-252e71c3d6a73dc94ebc276bf72460fb6f93f5cd.zip |
IUSE
Diffstat (limited to 'games-simulation/planets')
-rw-r--r-- | games-simulation/planets/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/planets/planets-0.1.10.ebuild | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-simulation/planets/Manifest b/games-simulation/planets/Manifest index c66dc9eab88a..d3a0c4dfb8d5 100644 --- a/games-simulation/planets/Manifest +++ b/games-simulation/planets/Manifest @@ -1,4 +1,4 @@ -MD5 e28ee38a2764aa911ddf4404633d5da9 files/digest-planets-0.1.10 62 MD5 1ecac15f3fca0ff2fd1f35add50bb670 ChangeLog 395 +MD5 8595346e120255e677e2db22867fac56 planets-0.1.10.ebuild 731 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 11b64ea443bc4a646d627787e31785ab planets-0.1.10.ebuild 696 +MD5 e28ee38a2764aa911ddf4404633d5da9 files/digest-planets-0.1.10 62 diff --git a/games-simulation/planets/planets-0.1.10.ebuild b/games-simulation/planets/planets-0.1.10.ebuild index 7c603a8494b6..7f0f83b13ec0 100644 --- a/games-simulation/planets/planets-0.1.10.ebuild +++ b/games-simulation/planets/planets-0.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.10.ebuild,v 1.3 2004/02/20 07:33:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.10.ebuild,v 1.4 2004/05/04 02:25:08 mr_bones_ Exp $ inherit games @@ -11,6 +11,7 @@ HOMEPAGE="http://planets.homedns.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="dev-lang/tcl dev-lang/tk" @@ -23,7 +24,7 @@ src_compile() { } src_install() { - dogamesbin planets + dogamesbin planets || die "dogamesbin failed" doman planets.1 dodoc CREDITS CHANGES TODO KEYBINDINGS.txt README prepgamesdirs |