summaryrefslogtreecommitdiff
path: root/sys-cluster/nova/nova-18.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/nova/nova-18.2.0.ebuild')
-rw-r--r--sys-cluster/nova/nova-18.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-18.2.0.ebuild b/sys-cluster/nova/nova-18.2.0.ebuild
index 15e36f5f487c..123609323504 100644
--- a/sys-cluster/nova/nova-18.2.0.ebuild
+++ b/sys-cluster/nova/nova-18.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 eutils linux-info multilib user
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then
else
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample -> nova.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
fi
LICENSE="Apache-2.0"