commit: de3a62e4dbd374a5662c42e600327c4b3d729e4c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 20:12:47 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 20:12:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3a62e4
sys-cluster/nova: add arm64 flag
Package-Manager: portage-2.2.26
sys-cluster/nova/nova-12.0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/nova/nova-12.0.2-r1.ebuild
b/sys-cluster/nova/nova-12.0.2-r1.ebuild
index 7b04386..d795c9e 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 ) )