diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-20 10:18:44 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-20 10:19:33 -0700 |
commit | 48fdd4f31564262999ac9268c9e21de290cabbd6 (patch) | |
tree | f0550b5462eba5c48ccd779d91045def8465f1d9 /sys-fs/squashfs-tools-ng | |
parent | dev-ml/graphics: bump 5.1.2 (diff) | |
download | gentoo-48fdd4f31564262999ac9268c9e21de290cabbd6.tar.gz gentoo-48fdd4f31564262999ac9268c9e21de290cabbd6.tar.bz2 gentoo-48fdd4f31564262999ac9268c9e21de290cabbd6.zip |
sys-fs/squashfs-tools-ng: Fix mistake from previous commit
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-fs/squashfs-tools-ng')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild index 26bca0bda380..a9e2e335faeb 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild @@ -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[@]}" 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 26bca0bda380..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 @@ -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[@]}" 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 26bca0bda380..a9e2e335faeb 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild @@ -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[@]}" |