diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-19 17:16:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-19 17:16:49 -0500 |
commit | 998822cb901beac98d50e9a5a2e880f26fac85a2 (patch) | |
tree | 22c75414a215148a4f229df52c892e882c08590c /sys-auth | |
parent | sys-fs/mdadm: fix build w/newer glibc #580188 (diff) | |
download | gentoo-998822cb901beac98d50e9a5a2e880f26fac85a2.tar.gz gentoo-998822cb901beac98d50e9a5a2e880f26fac85a2.tar.bz2 gentoo-998822cb901beac98d50e9a5a2e880f26fac85a2.zip |
sys-auth/keystone: relax wsgi deps bug 580218
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-2016.1.9999.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-9.0.0.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index f50addbfa406..41da0d7961ee 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 178084b18993..cacbdbc15aae 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=( #) |