diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 19:15:28 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 19:15:28 +0000 |
commit | 6925d8b2d344a4a8719d2c7f33af0b44a89028fb (patch) | |
tree | baacbbe76a99cd2b20cb08b3951df3e60589f21e /eclass | |
parent | Add autoconf/automake deps (bug #152527). (diff) | |
download | gentoo-2-6925d8b2d344a4a8719d2c7f33af0b44a89028fb.tar.gz gentoo-2-6925d8b2d344a4a8719d2c7f33af0b44a89028fb.tar.bz2 gentoo-2-6925d8b2d344a4a8719d2c7f33af0b44a89028fb.zip |
Added app-arch/unzip to DEPEND since we use it internally.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games-mods.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index c78655053571..1f3a6638bc22 100644 --- a/eclass/games-mods.eclass +++ b/eclass/games-mods.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.1 2006/10/23 18:33:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.2 2006/10/23 19:15:28 wolf31o2 Exp $ # Variables to specify in an ebuild which uses this eclass: # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-" @@ -82,6 +82,7 @@ KEYWORDS="-* amd64 x86" IUSE="dedicated opengl" RESTRICT="mirror strip" +DEPEND="app-arch/unzip" #RDEPEND="${CATEGORY}/${GAME}" S=${WORKDIR} |