summaryrefslogtreecommitdiff
path: root/sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-16 17:51:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-16 17:51:01 +0100
commitd83532aee7e94505bf23da29e6224ca164aac759 (patch)
treefcd6dbea91816dd541b6c602b5fed02ca574a5f6 /sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild
parenta2844b413d00a2859401e017a0311986151e1594 (diff)
gentoo auto-resync : 16:04:2023 - 17:51:01
Diffstat (limited to 'sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild')
-rw-r--r--sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild8
1 files changed, 5 insertions, 3 deletions
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)
)