diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-07-14 21:17:07 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-07-14 21:17:07 -0500 |
commit | a741d41203bbe5673752707d7ff52b6f0153ecc3 (patch) | |
tree | f6e9ee98e31cde4a43487626b7f6aa8bc89388d3 /sys-cluster/nova | |
parent | app-emulation/docker: sync live ebuild (diff) | |
download | gentoo-a741d41203bbe5673752707d7ff52b6f0153ecc3.tar.gz gentoo-a741d41203bbe5673752707d7ff52b6f0153ecc3.tar.bz2 gentoo-a741d41203bbe5673752707d7ff52b6f0153ecc3.zip |
sys-cluster/nova: stable amd64 and x86
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-13.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-13.1.0.ebuild b/sys-cluster/nova/nova-13.1.0.ebuild index 3d9ead942b3e..4286faa4560f 100644 --- a/sys-cluster/nova/nova-13.1.0.ebuild +++ b/sys-cluster/nova/nova-13.1.0.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 ) ) |