commit: 188ed75a28bbe44352058be7e1ca5c17340ad13b Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Tue Jan 8 18:25:56 2019 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Jan 8 18:26:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188ed75a
sys-cluster/ceph: Remove cephfs block from 13.2.4 https://github.com/gentoo/gentoo/commit/030c87d27bca481566a44e7f8a891da41a46fcc6#commitcomment-31871664 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> sys-cluster/ceph/ceph-13.2.4.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys-cluster/ceph/ceph-13.2.4.ebuild b/sys-cluster/ceph/ceph-13.2.4.ebuild index 58a11edc773..52ab54eb408 100644 --- a/sys-cluster/ceph/ceph-13.2.4.ebuild +++ b/sys-cluster/ceph/ceph-13.2.4.ebuild @@ -160,15 +160,6 @@ user_setup() { } pkg_pretend() { - if use cephfs; then - eerror "Cephfs support is broken in 13.2.2, please mask ${PF} if" - eerror "you need cephfs support: " - eerror " # echo '=${CATEGORY}/${PF}' >> /etc/portage/package.mask" - eerror - eerror "See https://bugs.gentoo.org/670592 for more information" - die "CephFS support is currently broken" - fi - check-reqs_export_vars check-reqs_pkg_pretend }
