summaryrefslogtreecommitdiff
path: root/sys-cluster/nova
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-08 14:12:47 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-08 14:12:47 -0600
commitde3a62e4dbd374a5662c42e600327c4b3d729e4c (patch)
tree6289ae87c399c9613bdc65ab7736264ffe2d6942 /sys-cluster/nova
parentd68cf8abe61faac28a5b87dc0c2b6d6fd669dd4e (diff)
downloadgentoo-de3a62e4dbd374a5662c42e600327c4b3d729e4c.tar.gz
gentoo-de3a62e4dbd374a5662c42e600327c4b3d729e4c.tar.xz
sys-cluster/nova: add arm64 flag
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r--sys-cluster/nova/nova-12.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-12.0.2-r1.ebuild b/sys-cluster/nova/nova-12.0.2-r1.ebuild
index 7b043867cd3..d795c9e47a6 100644
--- a/sys-cluster/nova/nova-12.0.2-r1.ebuild
+++ b/sys-cluster/nova/nova-12.0.2-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test"
REQUIRED_USE="
!compute-only? ( || ( mysql postgres sqlite ) )