diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-25 10:54:14 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-25 10:54:14 -0800 |
commit | 368628b2ea6f1d7af385e95e18161210e41a38df (patch) | |
tree | fb9b98dccce057a776ed57202611b6bed964a24d /sys-fs/zfs | |
parent | sys-fs/zfs: bump to 2.0.0_rc7, add libzfsbootenv ldscript (diff) | |
download | gentoo-368628b2ea6f1d7af385e95e18161210e41a38df.tar.gz gentoo-368628b2ea6f1d7af385e95e18161210e41a38df.tar.bz2 gentoo-368628b2ea6f1d7af385e95e18161210e41a38df.zip |
sys-fs/zfs: sync live ebuild
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 2be081bdbfbd..83e1b87f58a5 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -22,7 +22,9 @@ else fi LICENSE="BSD-2 CDDL MIT" -SLOT="0/4" # just libzfs soname major for now. possible candidates: libuutil, libzpool, libnvpair +# just libzfs soname major for now. +# possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered. +SLOT="0/4" IUSE="custom-cflags debug kernel-builtin libressl minimal nls pam python +rootfs test-suite static-libs" DEPEND=" @@ -165,7 +167,7 @@ src_compile() { src_install() { default - gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core + gen_usr_ldscript -a nvpair uutil zfsbootenv zfs zfs_core zpool use pam && { rm -rv "${ED}/unwanted_files" || die ; } |