From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 489AC13933E for ; Tue, 20 Jul 2021 17:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A1A1E09E1; Tue, 20 Jul 2021 17:19:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CB61E09E1 for ; Tue, 20 Jul 2021 17:19:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09B6E342B8E for ; Tue, 20 Jul 2021 17:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CA117CB for ; Tue, 20 Jul 2021 17:19:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1626801573.48fdd4f31564262999ac9268c9e21de290cabbd6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.1.ebuild sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.1.2.ebuild sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild X-VCS-Directories: sys-fs/squashfs-tools-ng/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 48fdd4f31564262999ac9268c9e21de290cabbd6 X-VCS-Branch: master Date: Tue, 20 Jul 2021 17:19:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14dd6ffa-0633-4f29-828b-de8133821a9a X-Archives-Hash: 095df61b9d47037dac95fccc9fbf9bfc commit: 48fdd4f31564262999ac9268c9e21de290cabbd6 Author: Matt Turner gentoo org> AuthorDate: Tue Jul 20 17:18:44 2021 +0000 Commit: Matt Turner gentoo 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 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[@]}"