--- /usr/portage/net-zope/zope/zope-2.6.2.ebuild 2003-10-30 09:58:06.000000000 -0500 +++ /usr/local/portage/net-zope/zope/zope-2.6.2-r1.ebuild 2003-12-09 12:27:17.531768961 -0500 @@ -23,6 +23,9 @@ if [ "${PYTHON_SLOT_VERSION}" = 'VIRTUAL' ] ; then RDEPEND="virtual/python" python='python' +elif [ "${PYTHON_SLOT_VERSION}" != '' ] ; then + RDEPEND="=dev-lang/python-${PYTHON_SLOT_VERSION}*" + python="python${PYTHON_SLOT_VERSION}" else RDEPEND="=dev-lang/python-2.1.3*" python='python2.1' @@ -71,7 +74,13 @@ if [ "${PYTHON_SLOT_VERSION}" = 'VIRTUAL' ] ; then ewarn "WARNING: You set PYTHON_SLOT_VERSION=VIRTUAL. So this ebuild will" ewarn "use python-2.2*. Zope Corp. only recommends using python-2.1.3 " + + sleep 12 + elif [ "${PYTHON_SLOT_VERSION}" != '' ] ; then + ewarn "WARNING: You set PYTHON_SLOT_VERSION=${PYTHON_SLOT_VERSION}. So this ebuild will" + ewarn "use python-${PYTHON_SLOT_VERSION}*. Zope Corp. only recommends using python-2.1.3 " ewarn "with this version of zope. Emerge at your own risk." + ewarn "Python-2.3 is known NOT to work." sleep 12 fi enewgroup ${ZGID}