diff options
author | 2004-04-05 08:16:29 +0000 | |
---|---|---|
committer | 2004-04-05 08:16:29 +0000 | |
commit | 3c9d948e99117d27a10394b5f8aaef8896a3a3c3 (patch) | |
tree | 78482f9fc246feafe4861179bb2e4381996fb026 /eclass | |
parent | down to ~ppc until deps are stable (Manifest recommit) (diff) | |
download | gentoo-2-3c9d948e99117d27a10394b5f8aaef8896a3a3c3.tar.gz gentoo-2-3c9d948e99117d27a10394b5f8aaef8896a3a3c3.tar.bz2 gentoo-2-3c9d948e99117d27a10394b5f8aaef8896a3a3c3.zip |
newrdepend -> RDEPEND; downgrade to ~ppc until deps are stable
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 0a0353215346..4286d35ede3a 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.10 2003/12/29 13:09:12 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.11 2004/04/05 08:16:29 mr_bones_ Exp $ # Author: Jason Shoemaker <kutsuya@gentoo.org> # This eclass is designed to streamline the construction of @@ -14,12 +14,12 @@ DESCRIPTION="This is a zope product" #HOMEPAGE="" #SRC_URI="" -newrdepend ">=net-zope/zope-2.6.0-r2 +RDEPEND=">=net-zope/zope-2.6.0-r2 app-admin/zprod-manager" IUSE="" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ~ppc" S=${WORKDIR} ZI_DIR="${ROOT}/var/lib/zope/" |