From d83532aee7e94505bf23da29e6224ca164aac759 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Apr 2023 17:51:01 +0100 Subject: gentoo auto-resync : 16:04:2023 - 17:51:01 --- sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild') diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild index 3224cc7ec9ff..f670fbffdbfc 100644 --- a/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild +++ b/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild @@ -18,11 +18,11 @@ fi LICENSE="GPL-2" SLOT="0/10" -IUSE="selinux" +IUSE="lz4 lzo selinux" RDEPEND=" - app-arch/lz4:= - dev-libs/lzo:2 + lz4? ( app-arch/lz4:= ) + lzo? ( dev-libs/lzo:2 ) sys-apps/util-linux selinux? ( sys-libs/libselinux ) elibc_musl? ( sys-libs/queue-standalone ) @@ -38,6 +38,8 @@ src_configure() { local myconf=( # This is required to install to /sbin, bug #481110 --bindir="${EPREFIX}"/sbin + $(use_with lz4) + $(use_with lzo lzo2) $(use_with selinux) ) -- cgit v1.2.3