diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-07 17:49:23 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-07 17:52:13 -0800 |
commit | 36c01762fd547da25227dec8ba173fc8bc10a545 (patch) | |
tree | fd81b5e3a1178047b14b06b3213c4a0533f0ef9b /sys-fs | |
parent | net-misc/rsync: backport another cross-compile fix (diff) | |
download | gentoo-36c01762fd547da25227dec8ba173fc8bc10a545.tar.gz gentoo-36c01762fd547da25227dec8ba173fc8bc10a545.tar.bz2 gentoo-36c01762fd547da25227dec8ba173fc8bc10a545.zip |
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@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-2.1.1-r4.ebuild (renamed from sys-fs/zfs/zfs-2.1.1-r3.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-2.1.1-r3.ebuild b/sys-fs/zfs/zfs-2.1.1-r4.ebuild index 9b78e0fc383d..1a9c32e479e1 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 ) |