From 388ed14bac817d845fc3fb8ade8ba618ed77f6e1 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 25 Mar 2016 00:29:22 -0500 Subject: sys-auth/keystone: py35 Package-Manager: portage-2.2.26 --- sys-auth/keystone/keystone-2016.1.9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-auth/keystone') diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index 06dd7a6fca01..8ffebca822f6 100644 --- a/sys-auth/keystone/keystone-2016.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) -inherit distutils-r1 git-2 user +inherit distutils-r1 git-r3 user DESCRIPTION="The Openstack authentication, authorization, and service catalog" HOMEPAGE="https://launchpad.net/keystone" @@ -81,8 +81,8 @@ RDEPEND=" !~dev-python/pycadf-2.0.0[${PYTHON_USEDEP}] >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]" -PATCHES=( -) +#PATCHES=( +#) pkg_setup() { enewgroup keystone @@ -122,7 +122,7 @@ python_install() { insinto /etc/keystone/httpd doins httpd/keystone.py httpd/wsgi-keystone.conf - fowners keystone:keystone /etc/keystone /var/log/keystone + fowners keystone:keystone /etc/keystone /etc/keystone/httpd /var/log/keystone } pkg_postinst() { -- cgit v1.2.3-65-gdbad