summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-02-17 17:21:29 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-02-17 17:21:29 +0000
commite97fc287a3b9a5877f65fa2c8cf0cab2eacce57a (patch)
tree732cfb26fdb4495bd5daafd9a05d2ed0d6e17054 /net-zope/cvsfile
parentadded missing zip dependency. see #69831 (diff)
downloadgentoo-2-e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a.tar.gz
gentoo-2-e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a.tar.bz2
gentoo-2-e97fc287a3b9a5877f65fa2c8cf0cab2eacce57a.zip
Bug #69831: Ensure unzip is in DEPEND.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-zope/cvsfile')
-rw-r--r--net-zope/cvsfile/ChangeLog7
-rw-r--r--net-zope/cvsfile/cvsfile-0.9.0.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/net-zope/cvsfile/ChangeLog b/net-zope/cvsfile/ChangeLog
index ddd12832decc..bb8b07083c57 100644
--- a/net-zope/cvsfile/ChangeLog
+++ b/net-zope/cvsfile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-zope/cvsfile
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/ChangeLog,v 1.3 2004/09/04 17:14:13 axxo Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/ChangeLog,v 1.4 2005/02/17 17:18:44 robbat2 Exp $
+
+ 17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> cvsfile-0.9.0.ebuild:
+ Bug #69831: Ensure unzip is in DEPEND.
04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> cvsfile-0.9.0.ebuild:
fix depend syntax 58347
diff --git a/net-zope/cvsfile/cvsfile-0.9.0.ebuild b/net-zope/cvsfile/cvsfile-0.9.0.ebuild
index f92a9a6cb198..c5b1e71bb4f2 100644
--- a/net-zope/cvsfile/cvsfile-0.9.0.ebuild
+++ b/net-zope/cvsfile/cvsfile-0.9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.3 2004/09/04 17:14:13 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.4 2005/02/17 17:18:44 robbat2 Exp $
inherit zproduct
@@ -14,5 +14,6 @@ LICENSE="ZPL"
KEYWORDS="~x86 ~ppc"
RDEPEND="net-zope/externalfile
${RDEPEND}"
+DEPEND="${DEPEND} app-arch/unzip"
ZPROD_LIST="CVSFile"