diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-10 12:55:31 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-10 12:55:31 -0500 |
commit | dea0647f9ad6427bdeb6a5b3a9fbbec96108b390 (patch) | |
tree | bcf8c0783cdcd6ad3646f6a305b0897cdaae0f01 /sys-cluster | |
parent | sys-cluster/cinder: cleanup (diff) | |
download | gentoo-dea0647f9ad6427bdeb6a5b3a9fbbec96108b390.tar.gz gentoo-dea0647f9ad6427bdeb6a5b3a9fbbec96108b390.tar.bz2 gentoo-dea0647f9ad6427bdeb6a5b3a9fbbec96108b390.zip |
sys-cluster/nova: stable
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/nova-13.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-13.1.1.ebuild b/sys-cluster/nova/nova-13.1.1.ebuild index dd4cf54202bb..9c4fa48f6174 100644 --- a/sys-cluster/nova/nova-13.1.1.ebuild +++ b/sys-cluster/nova/nova-13.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz 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 ) ) |