Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/
Date: Fri, 23 Aug 2019 16:14:00
Message-Id: 1566576821.67e0c9314f9b8421cb586e87a4ea384bee5fc357.prometheanfire@gentoo
1 commit: 67e0c9314f9b8421cb586e87a4ea384bee5fc357
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 15:02:34 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 16:13:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e0c931
7
8 sys-cluster/swift: 2.22.0 stable amd64/x86
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/swift/swift-2.22.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/swift/swift-2.22.0.ebuild b/sys-cluster/swift/swift-2.22.0.ebuild
17 index 20826c55bc7..a88677f29fd 100644
18 --- a/sys-cluster/swift/swift-2.22.0.ebuild
19 +++ b/sys-cluster/swift/swift-2.22.0.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
21 EGIT_BRANCH="stable/stein"
22 else
23 SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~x86"
25 + KEYWORDS="amd64 ~arm64 x86"
26 fi
27
28 LICENSE="Apache-2.0"