diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-02-05 12:01:14 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-05 12:01:14 -0800 |
commit | c7e50ea3097587cdf674d661692022c8eead33a1 (patch) | |
tree | f64f23d873b0fa5033372c4523462b35c5d11043 /sys-cluster/ceph | |
parent | sys-cluster/ceph-12.2.12-r2: Migrate to GLEP 81 (diff) | |
download | gentoo-c7e50ea3097587cdf674d661692022c8eead33a1.tar.gz gentoo-c7e50ea3097587cdf674d661692022c8eead33a1.tar.bz2 gentoo-c7e50ea3097587cdf674d661692022c8eead33a1.zip |
sys-cluster/ceph: Unkeyword 12.2.12-r2 (bug #708294)
Broken with python3 only, several dependencies have removed python3.
Will remove completely soon.
Closes: https://bugs.gentoo.org/708294
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.12-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild index bca26f0d130b..5ce8a64ecb1d 100644 --- a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild +++ b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild @@ -14,7 +14,8 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + # currently broken (bug #708294) + #KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" |