summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-25 00:29:22 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-25 00:29:22 -0500
commit388ed14bac817d845fc3fb8ade8ba618ed77f6e1 (patch)
tree7f5b8050be7c7753cf2fc20818aef6f15b6719a8 /sys-auth
parentdev-python/pysaml2: adding py35 (diff)
downloadgentoo-388ed14bac817d845fc3fb8ade8ba618ed77f6e1.tar.gz
gentoo-388ed14bac817d845fc3fb8ade8ba618ed77f6e1.tar.bz2
gentoo-388ed14bac817d845fc3fb8ade8ba618ed77f6e1.zip
sys-auth/keystone: py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/keystone/keystone-2016.1.9999.ebuild12
1 files changed, 6 insertions, 6 deletions
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() {