diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-06 14:26:52 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-06 15:34:05 -0600 |
commit | 6bc00ff97412b9e60cd017cb4808e55e4be80c3a (patch) | |
tree | 9c7c6b730dbc5114b5695d2415d3facd124092b6 /sys-cluster/nova | |
parent | sys-cluster/neutron: 9.1.0 stable amd64 and x86 (diff) | |
download | gentoo-6bc00ff97412b9e60cd017cb4808e55e4be80c3a.tar.gz gentoo-6bc00ff97412b9e60cd017cb4808e55e4be80c3a.tar.bz2 gentoo-6bc00ff97412b9e60cd017cb4808e55e4be80c3a.zip |
sys-cluster/nova: 14.0.1 stable amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-14.0.1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2016.2.9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/nova/nova-14.0.1.ebuild b/sys-cluster/nova/nova-14.0.1.ebuild index b6d3a1fd8ca2..53fc2790cfd2 100644 --- a/sys-cluster/nova/nova-14.0.1.ebuild +++ b/sys-cluster/nova/nova-14.0.1.ebuild @@ -14,7 +14,7 @@ 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 ) ) @@ -137,7 +137,7 @@ RDEPEND=" ) iscsi? ( sys-fs/lsscsi - >=sys-block/open-iscsi-2.0.873-r2 + >=sys-block/open-iscsi-2.0.873-r1 )" #PATCHES=( diff --git a/sys-cluster/nova/nova-2016.2.9999.ebuild b/sys-cluster/nova/nova-2016.2.9999.ebuild index 911dd686409b..27e0b1fcea84 100644 --- a/sys-cluster/nova/nova-2016.2.9999.ebuild +++ b/sys-cluster/nova/nova-2016.2.9999.ebuild @@ -138,7 +138,7 @@ RDEPEND=" ) iscsi? ( sys-fs/lsscsi - >=sys-block/open-iscsi-2.0.873-r2 + >=sys-block/open-iscsi-2.0.873-r1 )" #PATCHES=( |