From a03c55969adb4486befcbf0aa87af6d8d18b7895 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 26 Jun 2018 22:07:11 +0200 Subject: [PATCH] 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 54cb0b720d2f..9ee913ef6dd4 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 516762dcc896..e0508ad95831 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 a2157ff67e8c..8d1bf3cc9713 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 -- 2.26.2