summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-29 13:09:12 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-29 13:09:12 +0000
commitb733cbee7a26b8ee7322ba69e7b677639f827e8c (patch)
tree353667b640aa97db6a35b987fbe5fb8e3c06fd51 /eclass/zproduct.eclass
parentVersion bumped. (diff)
downloadgentoo-2-b733cbee7a26b8ee7322ba69e7b677639f827e8c.tar.gz
gentoo-2-b733cbee7a26b8ee7322ba69e7b677639f827e8c.tar.bz2
gentoo-2-b733cbee7a26b8ee7322ba69e7b677639f827e8c.zip
fixed RDEPEND <> newrdepend
Diffstat (limited to 'eclass/zproduct.eclass')
-rw-r--r--eclass/zproduct.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass
index 39061d0f4dcc..0a0353215346 100644
--- a/eclass/zproduct.eclass
+++ b/eclass/zproduct.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.9 2003/10/26 09:12:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.10 2003/12/29 13:09:12 lanius Exp $
# Author: Jason Shoemaker <kutsuya@gentoo.org>
# This eclass is designed to streamline the construction of
@@ -13,9 +13,10 @@ EXPORT_FUNCTIONS src_install pkg_prerm pkg_postinst pkg_config
DESCRIPTION="This is a zope product"
#HOMEPAGE=""
#SRC_URI=""
-DEPEND=""
-RDEPEND=">=net-zope/zope-2.6.0-r2
+
+newrdepend ">=net-zope/zope-2.6.0-r2
app-admin/zprod-manager"
+
IUSE=""
SLOT="0"
KEYWORDS="x86 ppc"