# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 eutils linux-info user DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration engine." HOMEPAGE="https://launchpad.net/heat" SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata -> heat.conf.sample-${PV}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+mysql +memcached postgres sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]