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@gentoo.org>
}
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
}