commit: 36c01762fd547da25227dec8ba173fc8bc10a545 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Nov 8 01:49:23 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Nov 8 01:52:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c01762
sys-fs/zfs: re-introduce coreutils-9 blocker to 2.1.1 Seems corruption still happening with coreutils-9 even with the SEEK patch applied Bug: https://bugs.gentoo.org/815469 https://github.com/openzfs/zfs/issues/11900 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> sys-fs/zfs/{zfs-2.1.1-r3.ebuild => zfs-2.1.1-r4.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-fs/zfs/zfs-2.1.1-r3.ebuild b/sys-fs/zfs/zfs-2.1.1-r4.ebuild similarity index 98% rename from sys-fs/zfs/zfs-2.1.1-r3.ebuild rename to sys-fs/zfs/zfs-2.1.1-r4.ebuild index 9b78e0fc383..1a9c32e479e 100644 --- a/sys-fs/zfs/zfs-2.1.1-r3.ebuild +++ b/sys-fs/zfs/zfs-2.1.1-r4.ebuild @@ -88,6 +88,12 @@ RDEPEND="${DEPEND} # enabling dist-kernel if only 1 package have it set, without suggesting to disable PDEPEND="dist-kernel? ( ~sys-fs/zfs-kmod-${PV}[dist-kernel] )" +# temporary block new coreutils +# https://github.com/openzfs/zfs/issues/11900 +RDEPEND+=" + <sys-apps/coreutils-9 +" + REQUIRED_USE=" !minimal? ( ${PYTHON_REQUIRED_USE} ) python? ( !minimal )
