diff options
Diffstat (limited to 'net-zope/externaleditor/externaleditor-0.7.ebuild')
-rw-r--r-- | net-zope/externaleditor/externaleditor-0.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-zope/externaleditor/externaleditor-0.7.ebuild b/net-zope/externaleditor/externaleditor-0.7.ebuild index c29311aa8b5d..cc462b2fa053 100644 --- a/net-zope/externaleditor/externaleditor-0.7.ebuild +++ b/net-zope/externaleditor/externaleditor-0.7.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/net-zope/externaleditor/externaleditor-0.7.ebuild,v 1.1 2003/10/10 23:10:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externaleditor/externaleditor-0.7.ebuild,v 1.2 2003/10/10 23:16:00 robbat2 Exp $ inherit zproduct @@ -16,6 +16,10 @@ LICENSE="ZPL" KEYWORDS="~x86 ~ppc" ZPROD_LIST="${MY_PN}" +# the base of teh application is in Python2.1, but zopeedit.py wants Python2.2 +RDEPEND="${RDEPEND} + >=dev-lang/python-2.2*" + S_ZPROD=${WORKDIR}/${MY_PN} S_SRC=${WORKDIR}/${MY_P2} S=${S_SRC} |