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: Fri, 01 Jan 2021 23:00:55
Message-Id: 1609542048.388856e0d77cb957861d9ed35c3cca396addbe05.sam@gentoo
1 commit: 388856e0d77cb957861d9ed35c3cca396addbe05
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 23:00:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 23:00:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388856e0
7
8 sys-cluster/ceph: Stabilize 14.2.16 amd64, #761969
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/ceph/ceph-14.2.16.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/ceph/ceph-14.2.16.ebuild b/sys-cluster/ceph/ceph-14.2.16.ebuild
16 index ee4c404caa6..bbb85722f3b 100644
17 --- a/sys-cluster/ceph/ceph-14.2.16.ebuild
18 +++ b/sys-cluster/ceph/ceph-14.2.16.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
26 SRC_URI=""
27 else
28 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~ppc64"
30 + KEYWORDS="amd64 ~ppc64"
31 fi
32
33 DESCRIPTION="Ceph distributed filesystem"