Skip to content

Commit

Permalink
sys-fs/zfs: re-introduce coreutils-9 blocker to 2.1.1
Browse files Browse the repository at this point in the history
Seems corruption still happening with coreutils-9 even with the SEEK
patch applied

Bug: https://bugs.gentoo.org/815469
openzfs/zfs#11900
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
  • Loading branch information
gyakovlev committed Nov 8, 2021
1 parent 357bc8c commit 5e68db9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 5e68db9

Please sign in to comment.