diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:33:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:33:52 +0000 |
commit | 05a0da02996e73777c85916a8139ad87565057d4 (patch) | |
tree | 2e58be311a58d082f407f6d11d36f7bf933fc1ab /games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild | |
parent | mask directfb (diff) | |
download | gentoo-2-05a0da02996e73777c85916a8139ad87565057d4.tar.gz gentoo-2-05a0da02996e73777c85916a8139ad87565057d4.tar.bz2 gentoo-2-05a0da02996e73777c85916a8139ad87565057d4.zip |
needs unzip #69831
Diffstat (limited to 'games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild')
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild index 908a5d0eb5b4..d95e8f7cd98f 100644 --- a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-0.10.040218.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-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.14 2004/09/03 08:40:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.15 2004/11/03 00:33:52 vapier Exp $ inherit eutils games flag-o-matic @@ -11,14 +11,16 @@ SRC_URI="http://n.ethz.ch/student/dbeyeler/download/ufoai_source_040218.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc ~x86" IUSE="" -DEPEND="virtual/libc +RDEPEND="virtual/libc virtual/x11 media-libs/jpeg media-libs/libvorbis media-libs/libogg" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}" |