Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/
Date: Wed, 29 Sep 2021 23:12:03
Message-Id: 1632957077.21cd99af53eaa0199559a41c96a67a49c2f7caa0.gyakovlev@gentoo
1 commit: 21cd99af53eaa0199559a41c96a67a49c2f7caa0
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 23:11:17 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 23:11:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cd99af
7
8 sys-fs/zfs: sync live ebuild
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-fs/zfs/zfs-9999.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
16 index 43755044ed6..9028af61233 100644
17 --- a/sys-fs/zfs/zfs-9999.ebuild
18 +++ b/sys-fs/zfs/zfs-9999.ebuild
19 @@ -88,6 +88,12 @@ RDEPEND="${DEPEND}
20 )
21 "
22
23 +# temporary block new coreutils
24 +# https://github.com/openzfs/zfs/issues/11900
25 +RDEPEND+="
26 + !>=sys-apps/coreutils-9
27 +"
28 +
29 REQUIRED_USE="
30 !minimal? ( ${PYTHON_REQUIRED_USE} )
31 python? ( !minimal )