summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-25 10:28:23 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-25 10:28:55 -0500
commit2cb309ad708e333cd7ef8bee45dcf4351f131df0 (patch)
tree4f932a19c646211c646dec86346d82259946a01f
parentdev-lang/mono: Version bump to 4.2.3.4 (diff)
downloadgentoo-2cb309ad708e333cd7ef8bee45dcf4351f131df0.tar.gz
gentoo-2cb309ad708e333cd7ef8bee45dcf4351f131df0.tar.bz2
gentoo-2cb309ad708e333cd7ef8bee45dcf4351f131df0.zip
sys-auth/keystone: make sure uwsgi calls python
Package-Manager: portage-2.2.26
-rw-r--r--sys-auth/keystone/keystone-2015.2.9999.ebuild2
-rw-r--r--sys-auth/keystone/keystone-2016.1.9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild
index 6e3237e65196..19e22bd2d9df 100644
--- a/sys-auth/keystone/keystone-2015.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild
@@ -160,7 +160,7 @@ 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_USEDEP}]"
+ www-servers/uwsgi[python,${PYTHON_USEDEP}]"
PATCHES=(
)
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild
index 127ce125d11f..2959f4f40ea3 100644
--- a/sys-auth/keystone/keystone-2016.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild
@@ -93,7 +93,7 @@ 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_USEDEP}]"
+ www-servers/uwsgi[python,${PYTHON_USEDEP}]"
#PATCHES=(
#)