diff options
author | Sam James <sam@gentoo.org> | 2021-12-16 03:14:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-16 03:15:42 +0000 |
commit | e0aef6da3150e0e53546d4c94e38399a0c774522 (patch) | |
tree | ab1925141e874a09aadb7d007c8b84bf2347ec05 /sys-fs/zfs/zfs-9999.ebuild | |
parent | app-editors/vscode: version bump to 1.63.1 and EAPI 8 (diff) | |
download | gentoo-e0aef6da3150e0e53546d4c94e38399a0c774522.tar.gz gentoo-e0aef6da3150e0e53546d4c94e38399a0c774522.tar.bz2 gentoo-e0aef6da3150e0e53546d4c94e38399a0c774522.zip |
sys-fs/zfs: add libtirpc subslot dependency
Only revbump the latest version (and 0.8.6.x) to avoid confusing any fragile
checks for unpatched SEEK_HOLE bugs in e.g. coreutils and such.
And it will also affect very few people there anyway. We'll pick up the fix
in 2.0.7 when it's tagged soon anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs/zfs-9999.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 2d008fd55f44..4f56f04e6ede 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -37,7 +37,7 @@ SLOT="0/5" IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python +rootfs test-suite" DEPEND=" - net-libs/libtirpc + net-libs/libtirpc:= sys-apps/util-linux sys-libs/zlib virtual/libudev:= |