diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-29 20:05:37 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-29 20:05:37 -0500 |
commit | c5e1683fe5ae87cd5385d9ffde5f4d3f79b9e8e7 (patch) | |
tree | ed72843033576c4794f6df0b69cf5cb73771fc64 /sys-cluster/nova | |
parent | sys-cluster/neutron: 11.0.1 stablized amd64 x86 under allarches (diff) | |
download | gentoo-c5e1683fe5ae87cd5385d9ffde5f4d3f79b9e8e7.tar.gz gentoo-c5e1683fe5ae87cd5385d9ffde5f4d3f79b9e8e7.tar.bz2 gentoo-c5e1683fe5ae87cd5385d9ffde5f4d3f79b9e8e7.zip |
sys-cluster/nova: 16.0.1 stablized amd64 x86 under allarches
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-16.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-16.0.1.ebuild b/sys-cluster/nova/nova-16.0.1.ebuild index bc2f36d667b4..4bb4c81e0a24 100644 --- a/sys-cluster/nova/nova-16.0.1.ebuild +++ b/sys-cluster/nova/nova-16.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/pike/nova.co 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" REQUIRED_USE=" !compute-only? ( || ( mysql postgres sqlite ) ) |