dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / sys-cluster / openstack-meta / openstack-meta-2019.2.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="A openstack meta-package for installing the various openstack pieces"
7 HOMEPAGE="https://openstack.org"
8
9 LICENSE="Apache-2.0"
10 SLOT="0"
11 IUSE="cinder glance heat keystone neutron nova placement swift"
12
13 if [[ ${PV} != *9999 ]];then
14         KEYWORDS="amd64 ~arm64 x86"
15 fi
16
17 DEPEND=""
18 RDEPEND="
19         keystone? ( >=sys-auth/keystone-16.0.0
20                     <sys-auth/keystone-17 )
21         swift? ( ~sys-cluster/swift-2.23.1 )
22         neutron? ( >=sys-cluster/neutron-15.0.0
23                                                  <sys-cluster/neutron-16 )
24         glance? ( >=app-admin/glance-19.0.0
25                                                 <app-admin/glance-20 )
26         cinder? ( >=sys-cluster/cinder-15.0.0
27                                                 <sys-cluster/cinder-16 )
28         nova? ( >=sys-cluster/nova-20.0.0
29                                   <sys-cluster/nova-21 )
30         heat? ( >=sys-cluster/heat-13.0.0
31                                   <sys-cluster/heat-14 )
32         placement? ( >=sys-cluster/placement-2.0.0
33                                                    <sys-cluster/placement-3 )
34 "