diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-24 11:38:47 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-02-24 11:38:47 -0600 |
commit | 725cac906d43ba97e3b89e15adfa1e5a7b384657 (patch) | |
tree | e14183999c2b713637eb094970e0aa51aebb4025 /sys-cluster | |
parent | sys-cluster/cinder: cleanup (diff) | |
download | gentoo-725cac906d43ba97e3b89e15adfa1e5a7b384657.tar.gz gentoo-725cac906d43ba97e3b89e15adfa1e5a7b384657.tar.bz2 gentoo-725cac906d43ba97e3b89e15adfa1e5a7b384657.zip |
sys-cluster/heat: 7.0.2 stable amd64 and x86
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heat/heat-7.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/heat/heat-7.0.2.ebuild b/sys-cluster/heat/heat-7.0.2.ebuild index a6dec5ca1520..470e5ec023a0 100644 --- a/sys-cluster/heat/heat-7.0.2.ebuild +++ b/sys-cluster/heat/heat-7.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 )" |