Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/
Date: Fri, 24 Feb 2017 17:40:11
Message-Id: 1487957927.725cac906d43ba97e3b89e15adfa1e5a7b384657.prometheanfire@gentoo
1 commit: 725cac906d43ba97e3b89e15adfa1e5a7b384657
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 17:38:47 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 17:38:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725cac90
7
8 sys-cluster/heat: 7.0.2 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-cluster/heat/heat-7.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/heat/heat-7.0.2.ebuild b/sys-cluster/heat/heat-7.0.2.ebuild
16 index a6dec5ca15..470e5ec023 100644
17 --- a/sys-cluster/heat/heat-7.0.2.ebuild
18 +++ b/sys-cluster/heat/heat-7.0.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="+mysql +memcached postgres sqlite"
26 REQUIRED_USE="|| ( mysql postgres sqlite )"