diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:39:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:42:19 +0100 |
commit | 69678570efcda0fc143e71b828a09bd4eef40885 (patch) | |
tree | 7a91fd9eadda6d807ac20a139d4ac0d4000d3683 /sys-auth | |
parent | dev-python/yaql: Remove Python 2 support (diff) | |
download | gentoo-69678570efcda0fc143e71b828a09bd4eef40885.tar.gz gentoo-69678570efcda0fc143e71b828a09bd4eef40885.tar.bz2 gentoo-69678570efcda0fc143e71b828a09bd4eef40885.zip |
sys-auth/keystone: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-14.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-15.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-16.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2018.2.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2019.1.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2019.2.9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys-auth/keystone/keystone-14.1.0-r1.ebuild b/sys-auth/keystone/keystone-14.1.0-r1.ebuild index 6b9c835aa6df..ae7765b0089b 100644 --- a/sys-auth/keystone/keystone-14.1.0-r1.ebuild +++ b/sys-auth/keystone/keystone-14.1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 user diff --git a/sys-auth/keystone/keystone-15.0.0.ebuild b/sys-auth/keystone/keystone-15.0.0.ebuild index 36cbff5809b6..fa247895eca6 100644 --- a/sys-auth/keystone/keystone-15.0.0.ebuild +++ b/sys-auth/keystone/keystone-15.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 user diff --git a/sys-auth/keystone/keystone-16.0.0.ebuild b/sys-auth/keystone/keystone-16.0.0.ebuild index 0e2c135e1ddf..5a084df6e8c8 100644 --- a/sys-auth/keystone/keystone-16.0.0.ebuild +++ b/sys-auth/keystone/keystone-16.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 user diff --git a/sys-auth/keystone/keystone-2018.2.9999.ebuild b/sys-auth/keystone/keystone-2018.2.9999.ebuild index 99d1f2520df9..9c4bdaa3fa14 100644 --- a/sys-auth/keystone/keystone-2018.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2018.2.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 user diff --git a/sys-auth/keystone/keystone-2019.1.9999.ebuild b/sys-auth/keystone/keystone-2019.1.9999.ebuild index e7bb8305f328..b8735f893df1 100644 --- a/sys-auth/keystone/keystone-2019.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2019.1.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 user diff --git a/sys-auth/keystone/keystone-2019.2.9999.ebuild b/sys-auth/keystone/keystone-2019.2.9999.ebuild index 5e70eb33cb56..4494f24111e2 100644 --- a/sys-auth/keystone/keystone-2019.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2019.2.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 user |