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/swift/
Date: Fri, 28 Sep 2018 20:33:53
Message-Id: 1538166765.ec0846622edb53d8f3e54d9e87d1afffda301e8a.prometheanfire@gentoo
1 commit: ec0846622edb53d8f3e54d9e87d1afffda301e8a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 20:17:10 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 20:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec084662
7
8 sys-cluster/swift: 2.19.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 sys-cluster/swift/swift-2.19.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/swift/swift-2.19.0.ebuild b/sys-cluster/swift/swift-2.19.0.ebuild
16 index 6e4ce71625c..9127cdea86c 100644
17 --- a/sys-cluster/swift/swift-2.19.0.ebuild
18 +++ b/sys-cluster/swift/swift-2.19.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
26 EGIT_BRANCH="stable/pike"
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"