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, 31 Mar 2018 01:54:41
Message-Id: 1522461242.1cd4ea18055176d26360890eaf9c57de0a37b7fa.prometheanfire@gentoo
1 commit: 1cd4ea18055176d26360890eaf9c57de0a37b7fa
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 01:47:32 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 01:54:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd4ea18
7
8 app-admin/glance: amd64 and x86 stable QUEENS
9
10 Package-Manager: Portage-2.3.26, Repoman-2.3.7
11
12 app-admin/glance/glance-16.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/glance/glance-16.0.0.ebuild b/app-admin/glance/glance-16.0.0.ebuild
16 index a3a068b143c..4d76fb8c4b2 100644
17 --- a/app-admin/glance/glance-16.0.0.ebuild
18 +++ b/app-admin/glance/glance-16.0.0.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then
20 EGIT_BRANCH="stable/queens"
21 else
22 SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm64 x86"
25 fi
26
27 LICENSE="Apache-2.0"