commit: 6a471115c36895456b814d00f7c35ec676bb6469
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 13:33:44 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 14:42:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a471115
sys-auth/keystone: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sys-auth/keystone/keystone-11.0.2.ebuild | 2 +-
sys-auth/keystone/keystone-2016.2.9999.ebuild | 4 ++--
sys-auth/keystone/keystone-2017.1.9999.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-auth/keystone/keystone-11.0.2.ebuild
b/sys-auth/keystone/keystone-11.0.2.ebuild
index cea21c5a4be..2b715799771 100644
--- a/sys-auth/keystone/keystone-11.0.2.ebuild
+++ b/sys-auth/keystone/keystone-11.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 user
diff --git a/sys-auth/keystone/keystone-2016.2.9999.ebuild
b/sys-auth/keystone/keystone-2016.2.9999.ebuild
index 1fb29250b74..aa6f5ec0d1b 100644
--- a/sys-auth/keystone/keystone-2016.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2016.2.9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3 user
diff --git a/sys-auth/keystone/keystone-2017.1.9999.ebuild
b/sys-auth/keystone/keystone-2017.1.9999.ebuild
index 31db0acc8d9..a84d7277654 100644
--- a/sys-auth/keystone/keystone-2017.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2017.1.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3 user