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: Wed, 16 Sep 2020 23:52:52
Message-Id: 1600300362.17cec470a7448cdc50e1c8c9ab7dbe356b5474aa.chutzpah@gentoo
1 commit: 17cec470a7448cdc50e1c8c9ab7dbe356b5474aa
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Sep 16 23:50:35 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 23:52:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cec470
7
8 sys-cluster/ceph-14.2.11: Stabilize on amd64
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.7, Repoman-3.0.1
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 sys-cluster/ceph/ceph-14.2.11.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/ceph/ceph-14.2.11.ebuild b/sys-cluster/ceph/ceph-14.2.11.ebuild
18 index 9da1e1fe06c..cab350b3f49 100644
19 --- a/sys-cluster/ceph/ceph-14.2.11.ebuild
20 +++ b/sys-cluster/ceph/ceph-14.2.11.ebuild
21 @@ -16,7 +16,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"