sys-cluster/nova: add arm64 flag
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 8 Mar 2016 20:12:47 +0000 (14:12 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 8 Mar 2016 20:12:47 +0000 (14:12 -0600)
Package-Manager: portage-2.2.26

sys-cluster/nova/nova-12.0.2-r1.ebuild

index 7b043867cd3e555f85c4648e7a7ae505f68a21be..d795c9e47a6a020f9b8259803e0c678f6dc0dfda 100644 (file)
@@ -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 ) )