diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
commit | 0f406b979013011b4ac0756a450bc5915edd2c9f (patch) | |
tree | cfd30a3f9c72445f67f549fb0f5eb5b4d2d98ab8 /net-www/zope | |
parent | new comments (diff) | |
download | historical-0f406b979013011b4ac0756a450bc5915edd2c9f.tar.gz historical-0f406b979013011b4ac0756a450bc5915edd2c9f.tar.bz2 historical-0f406b979013011b4ac0756a450bc5915edd2c9f.zip |
Dependencie fixes
Diffstat (limited to 'net-www/zope')
-rw-r--r-- | net-www/zope/zope-2.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/zope/zope-2.2.4.ebuild b/net-www/zope/zope-2.2.4.ebuild index cf1fbd652fb1..5a0fac061eee 100644 --- a/net-www/zope/zope-2.2.4.ebuild +++ b/net-www/zope/zope-2.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.2.4.ebuild,v 1.1 2001/01/31 20:34:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.2.4.ebuild,v 1.2 2001/06/03 09:54:22 achim Exp $ A="zope_${PV}.orig.tar.gz zope_${PV}-3.diff.gz" S=${WORKDIR}/Zope-${PV}-src @@ -10,6 +10,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/z/zope/zope_${PV}.orig.tar.gz http://ftp.debian.org/debian/pool/main/z/zope/zope_${PV}-3.diff.gz" HOMEPAGE="http://www.zope.org" +DEPEND="virtual/glibc dev-lang/python" src_unpack() { unpack zope_2.2.4.orig.tar.gz @@ -23,7 +24,6 @@ src_unpack() { src_compile() { - cd ${S} try python w_pcgi.py } |