commit:     48fdd4f31564262999ac9268c9e21de290cabbd6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 17:18:44 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 17:19:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fdd4f3

sys-fs/squashfs-tools-ng: Fix mistake from previous commit

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild | 2 +-
 sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild | 2 +-
 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 26bca0bda38..a9e2e335fae 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 26bca0bda38..a9e2e335fae 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 26bca0bda38..a9e2e335fae 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[@]}"

Reply via email to