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 | fd1cc12489892ee24c004b331fb36711e5d34611 (patch) | |
tree | 182a64607e4f6f8739c155091ee77f1ac4559782 /eclass | |
parent | Stable on hppa (diff) | |
download | historical-fd1cc12489892ee24c004b331fb36711e5d34611.tar.gz historical-fd1cc12489892ee24c004b331fb36711e5d34611.tar.bz2 historical-fd1cc12489892ee24c004b331fb36711e5d34611.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} |