diff options
author | 2004-11-03 00:29:29 +0000 | |
---|---|---|
committer | 2004-11-03 00:29:29 +0000 | |
commit | a572d87777d6a2785a4302a0e00d694d51647c76 (patch) | |
tree | 02e20a2e406c96dc56003b4e3e92a3771352dfd0 /games-fps/aaquake2 | |
parent | mask directfb (diff) | |
download | historical-a572d87777d6a2785a4302a0e00d694d51647c76.tar.gz historical-a572d87777d6a2785a4302a0e00d694d51647c76.tar.bz2 historical-a572d87777d6a2785a4302a0e00d694d51647c76.zip |
needs unzip #69831
Diffstat (limited to 'games-fps/aaquake2')
-rw-r--r-- | games-fps/aaquake2/aaquake2-0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-fps/aaquake2/aaquake2-0.1.ebuild b/games-fps/aaquake2/aaquake2-0.1.ebuild index ea784a0fb99a..a4299cd84da5 100644 --- a/games-fps/aaquake2/aaquake2-0.1.ebuild +++ b/games-fps/aaquake2/aaquake2-0.1.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-fps/aaquake2/aaquake2-0.1.ebuild,v 1.4 2004/06/24 22:39:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.5 2004/11/03 00:18:59 vapier Exp $ inherit games eutils @@ -16,7 +16,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="media-libs/aalib" +RDEPEND="media-libs/aalib" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}/quake2-3.21/linux" |