diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index f50addbfa4067..41da0d7961ee5 100644 --- a/sys-auth/keystone/keystone-2016.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild @@ -93,7 +93,11 @@ RDEPEND=" <=dev-python/python-ldap-2.4.20[$(python_gen_usedep 'python2_7')] ~dev-python/ldappool-1.0[$(python_gen_usedep 'python2_7')] ) - www-servers/uwsgi[python,${PYTHON_USEDEP}]" + || ( + www-servers/uwsgi[python,${PYTHON_USEDEP}] + www-apache/mod_wsgi[${PYTHON_USEDEP}] + www-servers/gunicorn[${PYTHON_USEDEP}] + )" #PATCHES=( #) diff --git a/sys-auth/keystone/keystone-9.0.0.ebuild b/sys-auth/keystone/keystone-9.0.0.ebuild index 178084b189933..cacbdbc15aaef 100644 --- a/sys-auth/keystone/keystone-9.0.0.ebuild +++ b/sys-auth/keystone/keystone-9.0.0.ebuild @@ -92,7 +92,11 @@ RDEPEND=" <=dev-python/python-ldap-2.4.20[$(python_gen_usedep 'python2_7')] ~dev-python/ldappool-1.0[$(python_gen_usedep 'python2_7')] ) - www-servers/uwsgi[python,${PYTHON_USEDEP}]" + || ( + www-servers/uwsgi[python,${PYTHON_USEDEP}] + www-apache/mod_wsgi[${PYTHON_USEDEP}] + www-servers/gunicorn[${PYTHON_USEDEP}] + )" #PATCHES=( #)