From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78C3759CA5 for ; Fri, 25 Mar 2016 15:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBDC9E0851; Fri, 25 Mar 2016 15:29:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E42FE0851 for ; Fri, 25 Mar 2016 15:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6781B34097F for ; Fri, 25 Mar 2016 15:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DDD859 for ; Fri, 25 Mar 2016 15:29:19 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1458919735.2cb309ad708e333cd7ef8bee45dcf4351f131df0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-2015.2.9999.ebuild sys-auth/keystone/keystone-2016.1.9999.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2cb309ad708e333cd7ef8bee45dcf4351f131df0 X-VCS-Branch: master Date: Fri, 25 Mar 2016 15:29:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b98908a7-22dd-4680-880e-7e4720ebb511 X-Archives-Hash: 6438f955ea6755896f32e362070c3e55 commit: 2cb309ad708e333cd7ef8bee45dcf4351f131df0 Author: Matthew Thode gentoo org> AuthorDate: Fri Mar 25 15:28:23 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Mar 25 15:28:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb309ad sys-auth/keystone: make sure uwsgi calls python Package-Manager: portage-2.2.26 sys-auth/keystone/keystone-2015.2.9999.ebuild | 2 +- sys-auth/keystone/keystone-2016.1.9999.ebuild | 2 +- 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 6e3237e..19e22bd 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 127ce12..2959f4f 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=( #)