diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-12-16 20:41:40 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-12-16 20:41:40 -0600 |
commit | 6c8dc9b50369a0aba4a83c0875da18e4edf9df59 (patch) | |
tree | 50d9d69cd9bc929824ac1f353aea6a3f99a956f6 | |
parent | dev-python/oslo-messaging: cleanup (diff) | |
download | gentoo-6c8dc9b50369a0aba4a83c0875da18e4edf9df59.tar.gz gentoo-6c8dc9b50369a0aba4a83c0875da18e4edf9df59.tar.bz2 gentoo-6c8dc9b50369a0aba4a83c0875da18e4edf9df59.zip |
sys-cluster/heat: 7.0.1 stable amd64 and x86
Package-Manager: portage-2.3.0
-rw-r--r-- | sys-cluster/heat/heat-2016.2.9999.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/heat/heat-7.0.1.ebuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild b/sys-cluster/heat/heat-2016.2.9999.ebuild index 9307e5fdda94..09ba96b948a6 100644 --- a/sys-cluster/heat/heat-2016.2.9999.ebuild +++ b/sys-cluster/heat/heat-2016.2.9999.ebuild @@ -29,7 +29,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}] @@ -114,8 +114,8 @@ RDEPEND=" >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}] >=dev-python/yaql-1.1.0[${PYTHON_USEDEP}]" -#PATCHES=( -#) +PATCHES=( +) pkg_setup() { enewgroup heat diff --git a/sys-cluster/heat/heat-7.0.1.ebuild b/sys-cluster/heat/heat-7.0.1.ebuild index bc598da5e808..48e7cd7a47c9 100644 --- a/sys-cluster/heat/heat-7.0.1.ebuild +++ b/sys-cluster/heat/heat-7.0.1.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 )" |