From: Pacho Ramos Date: Tue, 26 Jun 2018 20:07:11 +0000 (+0200) Subject: sys-auth/keystone: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a03c55969adb4486befcbf0aa87af6d8d18b7895;p=gentoo.git sys-auth/keystone: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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