diff options
-rw-r--r-- | sys-cluster/nova/nova-12.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-12.0.3.ebuild b/sys-cluster/nova/nova-12.0.3.ebuild index e42e77564bf9..e7a73ec0ce27 100644 --- a/sys-cluster/nova/nova-12.0.3.ebuild +++ b/sys-cluster/nova/nova-12.0.3.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~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 ) ) |