diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 15:13:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:20 +0200 |
commit | 9ef1657c49a30b2092156fc72af49422a69c26be (patch) | |
tree | d0d9a8adf1aa20f6d1b57b2cb9bdfa3d1146a548 /sys-cluster/nova | |
parent | sys-process/systemd-cron: Support newer python (diff) | |
download | gentoo-9ef1657c49a30b2092156fc72af49422a69c26be.tar.gz gentoo-9ef1657c49a30b2092156fc72af49422a69c26be.tar.bz2 gentoo-9ef1657c49a30b2092156fc72af49422a69c26be.zip |
sys-cluster/nova: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-15.0.6.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2016.2.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2017.1.9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/nova/nova-15.0.6.ebuild b/sys-cluster/nova/nova-15.0.6.ebuild index bf73fe84fdad..e174b3a31b85 100644 --- a/sys-cluster/nova/nova-15.0.6.ebuild +++ b/sys-cluster/nova/nova-15.0.6.ebuild @@ -2,7 +2,7 @@ # 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 eutils linux-info multilib user diff --git a/sys-cluster/nova/nova-2016.2.9999.ebuild b/sys-cluster/nova/nova-2016.2.9999.ebuild index 327dc40a7bf4..e43137070e8c 100644 --- a/sys-cluster/nova/nova-2016.2.9999.ebuild +++ b/sys-cluster/nova/nova-2016.2.9999.ebuild @@ -1,8 +1,8 @@ -# 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 eutils git-r3 linux-info multilib user diff --git a/sys-cluster/nova/nova-2017.1.9999.ebuild b/sys-cluster/nova/nova-2017.1.9999.ebuild index 0e298e4add40..a6292aa8d737 100644 --- a/sys-cluster/nova/nova-2017.1.9999.ebuild +++ b/sys-cluster/nova/nova-2017.1.9999.ebuild @@ -2,7 +2,7 @@ # 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 eutils git-r3 linux-info multilib user |