dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / sys-cluster / openstack-meta / openstack-meta-2020.1.9999.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-${PV} )
20         swift? ( ~sys-cluster/swift-${PV} )
21         neutron? ( ~sys-cluster/neutron-${PV} )
22         glance? ( ~app-admin/glance-${PV} )
23         cinder? ( ~sys-cluster/cinder-${PV} )
24         nova? ( ~sys-cluster/nova-${PV} )
25         heat? ( ~sys-cluster/heat-${PV} )
26         placement? ( ~sys-cluster/placement-${PV} )
27 "