commit: c52389792abf62782256a22233e3c698f88b111c Author: Alexander Moch <mail <AT> alexmoch <DOT> com> AuthorDate: Sun Nov 30 23:06:10 2025 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 06:53:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5238979
sys-fs/zfs: remove uutil from gen_usr_ldscript Bug: https://bugs.gentoo.org/966871 Signed-off-by: Alexander Moch <mail <AT> alexmoch.com> Part-of: https://github.com/gentoo/gentoo/pull/44836 Closes: https://github.com/gentoo/gentoo/pull/44836 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> sys-fs/zfs/zfs-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 4e5a6725c03c..d274446eafbc 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -48,7 +48,7 @@ fi LICENSE="BSD-2 CDDL MIT modules? ( debug? ( GPL-2+ ) )" # just libzfs soname major for now. -# possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered. +# possible candidates are libzpool and libnvpair. Those do not provide stable abi, but are considered. # see libsoversion_check() below as well SLOT="0/7" IUSE="custom-cflags debug dist-kernel minimal nls pam python +rootfs selinux test-suite unwind" @@ -316,7 +316,7 @@ src_install() { # bug #965156 unset DOCS - gen_usr_ldscript -a nvpair uutil zfsbootenv zfs zfs_core zpool + gen_usr_ldscript -a nvpair zfsbootenv zfs zfs_core zpool use pam && { rm -rv "${ED}/unwanted_files" || die ; }
