diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-06 11:56:38 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-06 11:58:28 -0500 |
commit | cdf0a5bce2ef69315468705a08474fe7c7fcad11 (patch) | |
tree | 26f14cf31e85f4c4415aa069ebe16f32ec8c9ad4 | |
parent | a94560a0baea7a5b7db4eb4409fba744e2e02bd4 (diff) | |
download | gentoo-cdf0a5bce2ef69315468705a08474fe7c7fcad11.tar.gz gentoo-cdf0a5bce2ef69315468705a08474fe7c7fcad11.tar.xz |
sys-cluster/heat: 7.0.4 and 8.0.2 stable amd64 and x86
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | sys-cluster/heat/heat-7.0.4.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/heat/heat-8.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-7.0.4.ebuild b/sys-cluster/heat/heat-7.0.4.ebuild index 314e4bdbd57..df7dda0453b 100644 --- a/sys-cluster/heat/heat-7.0.4.ebuild +++ b/sys-cluster/heat/heat-7.0.4.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.2.ebuild b/sys-cluster/heat/heat-8.0.2.ebuild index 2ff2bebf3ef..82a22503f6e 100644 --- a/sys-cluster/heat/heat-8.0.2.ebuild +++ b/sys-cluster/heat/heat-8.0.2.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 )" |