Turns out it's a zope problem.
You can download the correct zope source from zope and redigest the ebuild.
Else just fix the bug:
vi /usr/lib/zope-2.9.7/lib/python/App/ApplicationManager.py
Go to line:
def manage_restart(self, URL1):
and change to:
def manage_restart(self, URL1 ...