Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Sat, 03 Apr 2021 04:20:24
Message-Id: 1617423603.de4481629631128236b043290d5b07c82a63a6f9.chutzpah@gentoo
1 commit: de4481629631128236b043290d5b07c82a63a6f9
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Sat Apr 3 04:16:17 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 04:20:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de448162
7
8 sys-cluster/ceph-14.2.19: Stabilize on amd64
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 sys-cluster/ceph/ceph-14.2.19.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/ceph/ceph-14.2.19.ebuild b/sys-cluster/ceph/ceph-14.2.19.ebuild
18 index 9b819976edd..dd17dadcdbb 100644
19 --- a/sys-cluster/ceph/ceph-14.2.19.ebuild
20 +++ b/sys-cluster/ceph/ceph-14.2.19.ebuild
21 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
22 SRC_URI=""
23 else
24 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
25 - KEYWORDS="~amd64 ~ppc64"
26 + KEYWORDS="amd64 ~ppc64"
27 fi
28
29 DESCRIPTION="Ceph distributed filesystem"