summaryrefslogtreecommitdiff
path: root/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
commitb49088575eb777ced2551f484da86317332d6087 (patch)
treebf9a151cf2d61956340d555659ffc098ee1da466 /sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild')
-rw-r--r--sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild
index 3e96fd1fdfe9..a9e2e335faeb 100644
--- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild
+++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild
@@ -15,13 +15,13 @@ fi
LICENSE="LGPL-3+ tools? ( GPL-3+ )"
SLOT="0"
-IUSE="lz4 lzo selinux +tools +xz zstd"
+IUSE="lz4 +lzma lzo selinux +tools zstd"
DEPEND="
sys-libs/zlib:=
lz4? ( app-arch/lz4:= )
+ lzma? ( app-arch/xz-utils:= )
lzo? ( dev-libs/lzo:= )
- xz? ( app-arch/xz-utils:= )
selinux? ( sys-libs/libselinux:= )
zstd? ( app-arch/zstd:= )
"
@@ -39,7 +39,7 @@ src_configure() {
$(use_with lzo)
$(use_with selinux)
$(use_with tools)
- $(use_with xz)
+ $(use_with lzma xz)
$(use_with zstd)
)
econf "${myconf[@]}"