diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-07 22:10:25 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-20 09:42:17 -0700 |
commit | 948123ac1484eb76e20e13d38b8bbd9138880b2d (patch) | |
tree | 0e8e3613a2169533c3842e1b947dd2af77975c7f /sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | |
parent | sci-physics/pythia: Rename IUSE=gzip->zlib (diff) | |
download | gentoo-948123ac1484eb76e20e13d38b8bbd9138880b2d.tar.gz gentoo-948123ac1484eb76e20e13d38b8bbd9138880b2d.tar.bz2 gentoo-948123ac1484eb76e20e13d38b8bbd9138880b2d.zip |
sys-fs/squashfs-tools-ng: Rename IUSE=xz->lzma
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild index 22a2dbc93b62..26bca0bda380 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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:= ) " |