diff options
-rw-r--r-- | sys-cluster/nova/nova-2015.1.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-2015.1.1-r2.ebuild b/sys-cluster/nova/nova-2015.1.1-r2.ebuild index 758ceeee4c39..c477a9e8827e 100644 --- a/sys-cluster/nova/nova-2015.1.1-r2.ebuild +++ b/sys-cluster/nova/nova-2015.1.1-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen" REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite ) |