diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 15:33:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:26 +0200 |
commit | 6a471115c36895456b814d00f7c35ec676bb6469 (patch) | |
tree | f74113be20929cfe2872ee36b187526052f668bb /sys-auth/keystone | |
parent | sys-auth/sssd: Support newer python (diff) | |
download | gentoo-6a471115c36895456b814d00f7c35ec676bb6469.tar.gz gentoo-6a471115c36895456b814d00f7c35ec676bb6469.tar.bz2 gentoo-6a471115c36895456b814d00f7c35ec676bb6469.zip |
sys-auth/keystone: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-11.0.2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2016.2.9999.ebuild | 4 | ||||
-rw-r--r-- | 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 cea21c5a4be1..2b7157997711 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 1fb29250b749..aa6f5ec0d1b8 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 31db0acc8d95..a84d72776540 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 |