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: Sat, 23 May 2020 20:01:29
Message-Id: 1590264079.c60a0c13681d0579c4adff0c5cc48fa7e8a3d3fd.prometheanfire@gentoo
1 commit: c60a0c13681d0579c4adff0c5cc48fa7e8a3d3fd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 19:55:06 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 20:01:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a0c13
7
8 sys-cluster/swift: 2.25.0 stable amd64/x86
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/swift/swift-2.25.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/swift/swift-2.25.0.ebuild b/sys-cluster/swift/swift-2.25.0.ebuild
17 index 8ac84d6415d..aa8c6a1c6e5 100644
18 --- a/sys-cluster/swift/swift-2.25.0.ebuild
19 +++ b/sys-cluster/swift/swift-2.25.0.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
21 EGIT_BRANCH="stable/ussuri"
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"