diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-25 10:26:57 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-25 10:26:57 -0500 |
commit | f1a840046298d2290e02d62bc61dd01714d06864 (patch) | |
tree | 2bf029087c9b315f6bf379d5a4d51987659f93ee /sys-auth | |
parent | sys-auth/keystone: readding mongo/memcached/ldap support (diff) | |
download | gentoo-f1a840046298d2290e02d62bc61dd01714d06864.tar.gz gentoo-f1a840046298d2290e02d62bc61dd01714d06864.tar.bz2 gentoo-f1a840046298d2290e02d62bc61dd01714d06864.zip |
sys-auth/keystone: add uwsgi fun
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-2015.2.9999.ebuild | 5 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2016.1.9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild index 881e4443f868..6e3237e65196 100644 --- a/sys-auth/keystone/keystone-2015.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild @@ -159,7 +159,8 @@ RDEPEND=" >=dev-python/python-ldap-2.4[$(python_gen_usedep 'python2_7')] <=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_USEDEP}]" PATCHES=( ) @@ -200,7 +201,7 @@ python_install() { doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini insinto /etc/keystone/httpd - doins httpd/keystone.py httpd/wsgi-keystone.conf + doins httpd/* fowners keystone:keystone /etc/keystone /var/log/keystone } diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index b5fefc08127a..127ce125d11f 100644 --- a/sys-auth/keystone/keystone-2016.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild @@ -92,7 +92,8 @@ RDEPEND=" >=dev-python/python-ldap-2.4[$(python_gen_usedep 'python2_7')] <=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_USEDEP}]" #PATCHES=( #) @@ -133,7 +134,7 @@ python_install() { doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini insinto /etc/keystone/httpd - doins httpd/keystone.py httpd/wsgi-keystone.conf + doins httpd/* fowners keystone:keystone /etc/keystone /etc/keystone/httpd /var/log/keystone } |