diff options
author | 2006-05-28 13:18:39 +0000 | |
---|---|---|
committer | 2006-05-28 13:18:39 +0000 | |
commit | 6efd5e8c251d58dc7a367c99582b6dbe900ae0ed (patch) | |
tree | d5229274c7f2088239a5f2af8ac832dde3e49b3a /eclass | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-6efd5e8c251d58dc7a367c99582b6dbe900ae0ed.tar.gz gentoo-2-6efd5e8c251d58dc7a367c99582b6dbe900ae0ed.tar.bz2 gentoo-2-6efd5e8c251d58dc7a367c99582b6dbe900ae0ed.zip |
Removed version string from zope RDEPEND to allow easier dependency
management in zope products (net-zope/*). Consult #105187.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/zproduct.eclass | 4 |
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="" |