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 4D7B9138334 for ; Thu, 14 Mar 2019 14:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48021E09C8; Thu, 14 Mar 2019 14:53:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 20B39E09C8 for ; Thu, 14 Mar 2019 14:53:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E125335D1C for ; Thu, 14 Mar 2019 14:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8BC6452 for ; Thu, 14 Mar 2019 14:53:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1552575228.8a0a5ce80ceb1a9daeb8a0561994833cefb66548.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild X-VCS-Directories: sys-fs/squashfs-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8a0a5ce80ceb1a9daeb8a0561994833cefb66548 X-VCS-Branch: master Date: Thu, 14 Mar 2019 14:53:53 +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: 55690d70-a7e7-49b8-94a1-735ff90f8dc2 X-Archives-Hash: 4456313004dc0446e77ff16d0ef9b8ea commit: 8a0a5ce80ceb1a9daeb8a0561994833cefb66548 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Mar 14 14:53:15 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Mar 14 14:53:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0a5ce8 sys-fs/squashfs-tools: Add USE=zstd Package-Manager: Portage-2.3.62, Repoman-2.3.12 Bug: https://bugs.gentoo.org/show_bug.cgi?id=680330 Signed-off-by: Jeroen Roovers gentoo.org> sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild index 8565685e580..48c56a33545 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="debug lz4 lzma lzo static xattr +xz" +IUSE="debug lz4 lzma lzo static xattr +xz zstd" LIB_DEPEND=" sys-libs/zlib[static-libs(+)] @@ -24,6 +24,7 @@ LIB_DEPEND=" lzo? ( dev-libs/lzo[static-libs(+)] ) xattr? ( sys-apps/attr[static-libs(+)] ) xz? ( app-arch/xz-utils[static-libs(+)] ) + zstd? ( app-arch/zstd[static-libs(+)] ) " RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) @@ -63,6 +64,7 @@ src_configure() { LZ4_SUPPORT=$(use10 lz4) XATTR_SUPPORT=$(use10 xattr) XZ_SUPPORT=$(use10 xz) + ZSTD_SUPPORT=$(use10 zstd) ) tc-export CC