diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:07:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 22:28:59 +0200 |
commit | a03c55969adb4486befcbf0aa87af6d8d18b7895 (patch) | |
tree | 410cf0e5c5f7fb4712b4a7d79dbcc486c3613c0b /sys-auth/keystone | |
parent | dev-python/pysaml2: Support python3.6 (diff) | |
download | gentoo-a03c55969adb4486befcbf0aa87af6d8d18b7895.tar.gz gentoo-a03c55969adb4486befcbf0aa87af6d8d18b7895.tar.bz2 gentoo-a03c55969adb4486befcbf0aa87af6d8d18b7895.zip |
sys-auth/keystone: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-13.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2017.2.9999.ebuild | 2 | ||||
-rw-r--r-- | 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 |