summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-04 13:09:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-04 13:09:52 +0000
commita7ad6b4e54d4c039216ae396b1ff0641a85e67f3 (patch)
tree5fcf0df3ffc4d7493f1878387a7918dc43280df8 /app-arch/zip/zip-3.0.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-a7ad6b4e54d4c039216ae396b1ff0641a85e67f3.tar.gz
historical-a7ad6b4e54d4c039216ae396b1ff0641a85e67f3.tar.bz2
historical-a7ad6b4e54d4c039216ae396b1ff0641a85e67f3.zip
Add missing app-arch/unzip dependency to extract .zip sources.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'app-arch/zip/zip-3.0.ebuild')
-rw-r--r--app-arch/zip/zip-3.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/zip/zip-3.0.ebuild b/app-arch/zip/zip-3.0.ebuild
index 3c98a5bb4d42..06e587a9b361 100644
--- a/app-arch/zip/zip-3.0.ebuild
+++ b/app-arch/zip/zip-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-3.0.ebuild,v 1.2 2008/09/25 00:29:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-3.0.ebuild,v 1.3 2008/10/04 13:09:52 flameeyes Exp $
inherit toolchain-funcs eutils flag-o-matic
@@ -14,7 +14,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bzip2 crypt unicode"
-DEPEND="bzip2? ( app-arch/bzip2 )"
+RDEPEND="bzip2? ( app-arch/bzip2 )"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
S=${WORKDIR}/${MY_P}