summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-25 10:26:57 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-25 10:26:57 -0500
commitf1a840046298d2290e02d62bc61dd01714d06864 (patch)
tree2bf029087c9b315f6bf379d5a4d51987659f93ee /sys-auth/keystone/keystone-2015.2.9999.ebuild
parentsys-auth/keystone: readding mongo/memcached/ldap support (diff)
downloadgentoo-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/keystone/keystone-2015.2.9999.ebuild')
-rw-r--r--sys-auth/keystone/keystone-2015.2.9999.ebuild5
1 files changed, 3 insertions, 2 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
}