Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/
Date: Sat, 30 Sep 2017 01:06:26
Message-Id: 1506733491.c0e4d918e56415b1143786160902040018b5e1ae.prometheanfire@gentoo
1 commit: c0e4d918e56415b1143786160902040018b5e1ae
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 01:04:51 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 01:04:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e4d918
7
8 app-admin/glance: 15.0.0 stablized amd64 x86 under allarches
9
10 app-admin/glance/glance-15.0.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-admin/glance/glance-15.0.0.ebuild b/app-admin/glance/glance-15.0.0.ebuild
14 index 9bea9ce0a55..b32fcd4c7e8 100644
15 --- a/app-admin/glance/glance-15.0.0.ebuild
16 +++ b/app-admin/glance/glance-15.0.0.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 ~x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE="doc mysql postgres +sqlite +swift"
24 REQUIRED_USE="|| ( mysql postgres sqlite )"