diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-22 17:09:57 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-22 17:09:57 +0000 |
commit | dca1e020478cc901e87d08259d168b3de3789b70 (patch) | |
tree | f77d3ccd2e1be6fca457411118f0a612ab9909e2 /app-admin/zope-config/zope-config-0.1-r1.ebuild | |
parent | Added die if compile failes, close #36501. (diff) | |
download | historical-dca1e020478cc901e87d08259d168b3de3789b70.tar.gz historical-dca1e020478cc901e87d08259d168b3de3789b70.tar.bz2 historical-dca1e020478cc901e87d08259d168b3de3789b70.zip |
fixed circular dep with zope, bug #35918
Diffstat (limited to 'app-admin/zope-config/zope-config-0.1-r1.ebuild')
-rw-r--r-- | app-admin/zope-config/zope-config-0.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/zope-config/zope-config-0.1-r1.ebuild b/app-admin/zope-config/zope-config-0.1-r1.ebuild index de6936b7e81c..d7cd3ea6bfe4 100644 --- a/app-admin/zope-config/zope-config-0.1-r1.ebuild +++ b/app-admin/zope-config/zope-config-0.1-r1.ebuild @@ -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/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.7 2003/09/07 22:13:11 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.1-r1.ebuild,v 1.8 2003/12/22 17:09:57 lanius Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" @@ -13,8 +13,9 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND="" RDEPEND=">=dev-util/dialog-0.7 sys-apps/grep - sys-apps/sed - >=net-zope/zope-2.6.0-r2" + sys-apps/sed" + +PDEPEND=">=net-zope/zope-2.6.0-r2" src_install() { dosbin ${FILESDIR}/${PV}/zope-config |