diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-28 17:57:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:22:57 +0100 |
commit | 8086fa78d066e51d63e16f40f8e7ee7e4fb120e9 (patch) | |
tree | 5ad9e874eaf5003ddf5734875b72851e31566fab /app-admin/glance | |
parent | sys-cluster/nova: Drop python2_7 (diff) | |
download | gentoo-8086fa78d066e51d63e16f40f8e7ee7e4fb120e9.tar.gz gentoo-8086fa78d066e51d63e16f40f8e7ee7e4fb120e9.tar.bz2 gentoo-8086fa78d066e51d63e16f40f8e7ee7e4fb120e9.zip |
app-admin/glance: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/glance')
-rw-r--r-- | app-admin/glance/glance-17.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/glance/glance-18.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/glance/glance-19.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/glance/glance-2018.2.9999.ebuild | 2 | ||||
-rw-r--r-- | app-admin/glance/glance-2019.1.9999.ebuild | 2 | ||||
-rw-r--r-- | app-admin/glance/glance-2019.2.9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/glance/glance-17.0.0.ebuild b/app-admin/glance/glance-17.0.0.ebuild index b215502cb4c6..6f1e7ab48d70 100644 --- a/app-admin/glance/glance-17.0.0.ebuild +++ b/app-admin/glance/glance-17.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-18.0.0.ebuild b/app-admin/glance/glance-18.0.0.ebuild index 5c0ab1a0c891..ada18f1a05a1 100644 --- a/app-admin/glance/glance-18.0.0.ebuild +++ b/app-admin/glance/glance-18.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-19.0.0.ebuild b/app-admin/glance/glance-19.0.0.ebuild index 918202c492b8..dbf210284980 100644 --- a/app-admin/glance/glance-19.0.0.ebuild +++ b/app-admin/glance/glance-19.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-2018.2.9999.ebuild b/app-admin/glance/glance-2018.2.9999.ebuild index 1f4e7cbf4001..73e618b1edd5 100644 --- a/app-admin/glance/glance-2018.2.9999.ebuild +++ b/app-admin/glance/glance-2018.2.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-2019.1.9999.ebuild b/app-admin/glance/glance-2019.1.9999.ebuild index 3c7b073c2f82..8f0c111e4add 100644 --- a/app-admin/glance/glance-2019.1.9999.ebuild +++ b/app-admin/glance/glance-2019.1.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-2019.2.9999.ebuild b/app-admin/glance/glance-2019.2.9999.ebuild index 11dd58856231..b1a9f2c87889 100644 --- a/app-admin/glance/glance-2019.2.9999.ebuild +++ b/app-admin/glance/glance-2019.2.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" |