diff options
author | 2003-03-04 04:58:44 +0000 | |
---|---|---|
committer | 2003-03-04 04:58:44 +0000 | |
commit | c4c3652402027a6507bf9b125e2c76695ab4f836 (patch) | |
tree | def1f18e95e2c5da3a58705a804e3cc569cb2ad8 /eclass | |
parent | add arm keyword (diff) | |
download | gentoo-2-c4c3652402027a6507bf9b125e2c76695ab4f836.tar.gz gentoo-2-c4c3652402027a6507bf9b125e2c76695ab4f836.tar.bz2 gentoo-2-c4c3652402027a6507bf9b125e2c76695ab4f836.zip |
Changed dependency to reflect the move of zope to net-zope.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/zproduct.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index f329e717184a..89cbc034ceef 100644 --- a/eclass/zproduct.eclass +++ b/eclass/zproduct.eclass @@ -1,20 +1,20 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Jason Shoemaker <kutsuya@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.4 2003/02/28 09:15:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.5 2003/03/04 04:58:44 kutsuya Exp $ # This eclass is designed to streamline the construction of # ebuilds for new zope products ECLASS=zproduct INHERITED="${INHERITED} ${ECLASS}" -EXPORT_FUNCTIONS src_install pkg_prerm pkg_postinst dottxt_protect dottxt_unprotect +EXPORT_FUNCTIONS src_install pkg_prerm pkg_postinst dottxt_protect dottxt_unprotect pkg_config DESCRIPTION="This is a zope product" HOMEPAGE="" SRC_URI="" DEPEND="" -RDEPEND=">=net-www/zope-2.6.0-r2 +RDEPEND=">=net-zope/zope-2.6.0-r2 app-admin/zprod-manager" IUSE="" SLOT="0" |