diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-30 20:52:40 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-30 20:54:06 -0500 |
commit | 3e0c6223b2a2f557f5d9eb2a80cb79be0edd567a (patch) | |
tree | d51095392ac9dc14d69ed7ba862b00c82cd98456 /sys-cluster | |
parent | sys-cluster/nova: 17.0.1 stbale amd64 and x86 QUEENS (diff) | |
download | gentoo-3e0c6223b2a2f557f5d9eb2a80cb79be0edd567a.tar.gz gentoo-3e0c6223b2a2f557f5d9eb2a80cb79be0edd567a.tar.bz2 gentoo-3e0c6223b2a2f557f5d9eb2a80cb79be0edd567a.zip |
sys-cluster/heat: 10.0.0 stable amd64 and x86 QUEENS
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heat/heat-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/heat/heat-10.0.0.ebuild b/sys-cluster/heat/heat-10.0.0.ebuild index fd03db676225..a040f0a50f79 100644 --- a/sys-cluster/heat/heat-10.0.0.ebuild +++ b/sys-cluster/heat/heat-10.0.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens -> heat.conf.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |