diff options
author | 2024-10-13 00:06:01 +0100 | |
---|---|---|
committer | 2024-10-13 00:06:01 +0100 | |
commit | 463e6e3f20da39a19c8c4e8bc7442623a4270030 (patch) | |
tree | ab3bd4f7a1784473b1bce73a89e7f14109d237ba /sys-fs | |
parent | dev-libs/libffi: Stabilize 3.4.6 sparc, #939149 (diff) | |
download | gentoo-463e6e3f20da39a19c8c4e8bc7442623a4270030.tar.gz gentoo-463e6e3f20da39a19c8c4e8bc7442623a4270030.tar.bz2 gentoo-463e6e3f20da39a19c8c4e8bc7442623a4270030.zip |
sys-fs/zfs: update subslot for SONAME change in live
Closes: https://bugs.gentoo.org/941212
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-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 d54b8ffe39b1..53bc008f5132 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -33,7 +33,7 @@ LICENSE="BSD-2 CDDL MIT" # just libzfs soname major for now. # possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered. # see libsoversion_check() below as well -SLOT="0/5" +SLOT="0/6" IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python +rootfs selinux test-suite unwind" DEPEND=" |