commit: 463e6e3f20da39a19c8c4e8bc7442623a4270030 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 23:06:01 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 23:06:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463e6e3f
sys-fs/zfs: update subslot for SONAME change in live Closes: https://bugs.gentoo.org/941212 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/zfs/zfs-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="
