commit:     a03c55969adb4486befcbf0aa87af6d8d18b7895
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 20:07:11 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:28:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03c5596

sys-auth/keystone: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-auth/keystone/keystone-13.0.0-r1.ebuild   | 2 +-
 sys-auth/keystone/keystone-2017.2.9999.ebuild | 2 +-
 sys-auth/keystone/keystone-2018.1.9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-auth/keystone/keystone-13.0.0-r1.ebuild 
b/sys-auth/keystone/keystone-13.0.0-r1.ebuild
index 54cb0b720d2..9ee913ef6dd 100644
--- a/sys-auth/keystone/keystone-13.0.0-r1.ebuild
+++ b/sys-auth/keystone/keystone-13.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 user
 

diff --git a/sys-auth/keystone/keystone-2017.2.9999.ebuild 
b/sys-auth/keystone/keystone-2017.2.9999.ebuild
index 516762dcc89..e0508ad9583 100644
--- a/sys-auth/keystone/keystone-2017.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2017.2.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-r3 user
 

diff --git a/sys-auth/keystone/keystone-2018.1.9999.ebuild 
b/sys-auth/keystone/keystone-2018.1.9999.ebuild
index a2157ff67e8..8d1bf3cc971 100644
--- a/sys-auth/keystone/keystone-2018.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2018.1.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 user
 

Reply via email to