diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-24 20:17:56 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-24 20:17:56 -0800 |
commit | 1771f38d9c88585c4c109d98f03727dcc47f2dc2 (patch) | |
tree | 3f0950c8e7dda76d41138642ff688d78d8988632 /sys-fs/zfs | |
parent | sys-kernel/dracut: revbump for previous change (diff) | |
download | gentoo-1771f38d9c88585c4c109d98f03727dcc47f2dc2.tar.gz gentoo-1771f38d9c88585c4c109d98f03727dcc47f2dc2.tar.bz2 gentoo-1771f38d9c88585c4c109d98f03727dcc47f2dc2.zip |
sys-fs/zfs: re-add ninja-added selinux flag to 2.1.7-r1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r-- | sys-fs/zfs/zfs-2.1.7-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/zfs/zfs-2.1.7-r1.ebuild b/sys-fs/zfs/zfs-2.1.7-r1.ebuild index 7bcc6ae4a771..219f1c6e1d88 100644 --- a/sys-fs/zfs/zfs-2.1.7-r1.ebuild +++ b/sys-fs/zfs/zfs-2.1.7-r1.ebuild @@ -33,7 +33,7 @@ LICENSE="BSD-2 CDDL MIT" # possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered. # see libsoversion_check() below as well SLOT="0/5" -IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python +rootfs test-suite" +IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python +rootfs selinux test-suite" DEPEND=" net-libs/libtirpc:= @@ -75,6 +75,7 @@ RDEPEND="${DEPEND} app-arch/cpio app-misc/pax-utils ) + selinux? ( sec-policy/selinux-zfs ) test-suite? ( app-shells/ksh sys-apps/kmod[tools] |