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, 05 Feb 2020 20:01:29
Message-Id: 1580932874.c7e50ea3097587cdf674d661692022c8eead33a1.chutzpah@gentoo
1 commit: c7e50ea3097587cdf674d661692022c8eead33a1
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Feb 5 20:01:14 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 20:01:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e50ea3
7
8 sys-cluster/ceph: Unkeyword 12.2.12-r2 (bug #708294)
9
10 Broken with python3 only, several dependencies have removed python3.
11
12 Will remove completely soon.
13
14 Closes: https://bugs.gentoo.org/708294
15 Copyright: Sony Interactive Entertainment Inc.
16 Package-Manager: Portage-2.3.87, Repoman-2.3.20
17 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
18
19 sys-cluster/ceph/ceph-12.2.12-r2.ebuild | 3 ++-
20 1 file changed, 2 insertions(+), 1 deletion(-)
21
22 diff --git a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild
23 index bca26f0d130..5ce8a64ecb1 100644
24 --- a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild
25 +++ b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild
26 @@ -14,7 +14,8 @@ if [[ ${PV} == *9999* ]]; then
27 SRC_URI=""
28 else
29 SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm64 ~x86"
31 + # currently broken (bug #708294)
32 + #KEYWORDS="~amd64 ~arm64 ~x86"
33 fi
34
35 DESCRIPTION="Ceph distributed filesystem"