summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2006-05-28 13:18:39 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2006-05-28 13:18:39 +0000
commit66a7206399625c47814b612eafde870caebfbcb9 (patch)
treeed7d835c2d64b498409849c26c5c149221a54537 /eclass/zproduct.eclass
parentStable on ppc. (diff)
downloadhistorical-66a7206399625c47814b612eafde870caebfbcb9.tar.gz
historical-66a7206399625c47814b612eafde870caebfbcb9.tar.bz2
historical-66a7206399625c47814b612eafde870caebfbcb9.zip
Removed version string from zope RDEPEND to allow easier dependency
management in zope products (net-zope/*). Consult #105187.
Diffstat (limited to 'eclass/zproduct.eclass')
-rw-r--r--eclass/zproduct.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass
index 0671fdf708e2..efc9b7dbb8b1 100644
--- a/eclass/zproduct.eclass
+++ b/eclass/zproduct.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/zproduct.eclass,v 1.23 2006/05/27 14:15:26 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.24 2006/05/28 13:18:39 radek Exp $
# Author: Jason Shoemaker <kutsuya@gentoo.org>
# This eclass is designed to streamline the construction of
@@ -12,7 +12,7 @@ DESCRIPTION="This is a zope product"
#HOMEPAGE=""
#SRC_URI=""
-RDEPEND=">=net-zope/zope-2.6.0-r2
+RDEPEND="net-zope/zope
app-admin/zprod-manager"
IUSE=""