diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-06 14:30:19 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-06 15:34:18 -0600 |
commit | 307e574a786351bf375b298ee81a1855817d2fd5 (patch) | |
tree | 4fb982af2bd80360e658996231db7500cd2cf22c /sys-cluster | |
parent | dev-python/croniter: adding arm64 (diff) | |
download | gentoo-307e574a786351bf375b298ee81a1855817d2fd5.tar.gz gentoo-307e574a786351bf375b298ee81a1855817d2fd5.tar.bz2 gentoo-307e574a786351bf375b298ee81a1855817d2fd5.zip |
sys-cluster/heat: stable 7.0.0-r1 amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heat/heat-7.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-7.0.0-r1.ebuild b/sys-cluster/heat/heat-7.0.0-r1.ebuild index 37461d9a1c74..df4661027203 100644 --- a/sys-cluster/heat/heat-7.0.0-r1.ebuild +++ b/sys-cluster/heat/heat-7.0.0-r1.ebuild @@ -13,7 +13,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="+mysql +memcached postgres sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )" @@ -28,7 +28,7 @@ RDEPEND=" >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}] >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}] !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}] - >=dev-python/debtcollector-1.2.0 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}] |