diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:30:39 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:32:53 -0500 |
commit | 38a3156f770ca43189b5c74b6185493c560dfdf8 (patch) | |
tree | 31563812cfb82956f14f8da6c2e53c9a50a4c18d /sys-cluster/heat/heat-10.0.2.ebuild | |
parent | dev-python/python-zunclient: 2.1.0 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-38a3156f770ca43189b5c74b6185493c560dfdf8.tar.gz gentoo-38a3156f770ca43189b5c74b6185493c560dfdf8.tar.bz2 gentoo-38a3156f770ca43189b5c74b6185493c560dfdf8.zip |
sys-cluster/heat: 9.0.5 10.0.2 and 11.0.0 stable amd64 and x86
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sys-cluster/heat/heat-10.0.2.ebuild')
-rw-r--r-- | sys-cluster/heat/heat-10.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-10.0.2.ebuild b/sys-cluster/heat/heat-10.0.2.ebuild index fd0bf363c855..ee55018f59c3 100644 --- a/sys-cluster/heat/heat-10.0.2.ebuild +++ b/sys-cluster/heat/heat-10.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |