sys-cluster/ceph: Unkeyword 12.2.12-r2 (bug #708294)
authorPatrick McLean <patrick.mclean@sony.com>
Wed, 5 Feb 2020 20:01:14 +0000 (12:01 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 5 Feb 2020 20:01:14 +0000 (12:01 -0800)
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>
sys-cluster/ceph/ceph-12.2.12-r2.ebuild

index bca26f0d130b055ac71942ad650f9af0281f308f..5ce8a64ecb1dabafe6b2961b73a0f55c5dec1af5 100644 (file)
@@ -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"