diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-19 09:55:28 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-19 09:55:28 -0500 |
commit | aa947b2627a2242a7e927e32e75e833c0953636a (patch) | |
tree | 3ea5d45f49e1a7850b20c8fd02e1d464780ccac2 /sys-cluster/heat | |
parent | sys-cluster/cinder: 10.0.2 bup (diff) | |
download | gentoo-aa947b2627a2242a7e927e32e75e833c0953636a.tar.gz gentoo-aa947b2627a2242a7e927e32e75e833c0953636a.tar.bz2 gentoo-aa947b2627a2242a7e927e32e75e833c0953636a.zip |
sys-cluster/heat: 8.0.1 and 7.0.3 stable req
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-cluster/heat')
-rw-r--r-- | sys-cluster/heat/heat-7.0.3.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-8.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-7.0.3.ebuild b/sys-cluster/heat/heat-7.0.3.ebuild index 314e4bdbd573..df7dda0453be 100644 --- a/sys-cluster/heat/heat-7.0.3.ebuild +++ b/sys-cluster/heat/heat-7.0.3.ebuild @@ -12,7 +12,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 )" diff --git a/sys-cluster/heat/heat-8.0.1.ebuild b/sys-cluster/heat/heat-8.0.1.ebuild index 9d9ed50896ed..d1564b0fc82d 100644 --- a/sys-cluster/heat/heat-8.0.1.ebuild +++ b/sys-cluster/heat/heat-8.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 )" |