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: Fri, 28 Sep 2018 20:33:46
Message-Id: 1538166766.3a7b185bcb12933d29ec131308ad1a84b1f1b1c9.prometheanfire@gentoo
1 commit: 3a7b185bcb12933d29ec131308ad1a84b1f1b1c9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 20:18:08 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 20:32:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7b185b
7
8 app-admin/glance: 17.0.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 app-admin/glance/glance-17.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/glance/glance-17.0.0.ebuild b/app-admin/glance/glance-17.0.0.ebuild
16 index 4a3501f76ee..e3f1569b651 100644
17 --- a/app-admin/glance/glance-17.0.0.ebuild
18 +++ b/app-admin/glance/glance-17.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then
26 EGIT_BRANCH="stable/rocky"
27 else
28 SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm64 x86"
31 fi
32
33 LICENSE="Apache-2.0"