diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-12 21:55:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-12 21:57:49 -0600 |
commit | fda11052050f5c47892b1a72f2dc8b0054c96ffc (patch) | |
tree | 5f80e47e21e35823ae51959718a645771072f6c5 /sys-cluster/heat/heat-8.0.6.ebuild | |
parent | sys-apps/the_silver_searcher: keyword ~amd64-linux. (diff) | |
download | gentoo-fda11052050f5c47892b1a72f2dc8b0054c96ffc.tar.gz gentoo-fda11052050f5c47892b1a72f2dc8b0054c96ffc.tar.bz2 gentoo-fda11052050f5c47892b1a72f2dc8b0054c96ffc.zip |
sys-cluster/heat: 9.0.2 and 8.0.6 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sys-cluster/heat/heat-8.0.6.ebuild')
-rw-r--r-- | sys-cluster/heat/heat-8.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-8.0.6.ebuild b/sys-cluster/heat/heat-8.0.6.ebuild index ea586ee6ec43..05a523589651 100644 --- a/sys-cluster/heat/heat-8.0.6.ebuild +++ b/sys-cluster/heat/heat-8.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 )" |