Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Tue, 20 Jul 2021 02:43:15
Message-Id: 1626748954.4c5a8d8756466002fd291971924d56df8e0679dc.sam@gentoo
1 commit: 4c5a8d8756466002fd291971924d56df8e0679dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 20 02:42:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 20 02:42:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5a8d87
7
8 sys-cluster/ceph: Stabilize 16.2.4-r2 amd64, #793359
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/ceph/ceph-16.2.4-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
16 index 834efe8eb5e..ab8e538d648 100644
17 --- a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
18 +++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
19 @@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
20 SRC_URI=""
21 else
22 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~ppc64"
24 + KEYWORDS="amd64 ~arm64 ~ppc64"
25 fi
26
27 DESCRIPTION="Ceph distributed filesystem"