Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/
Date: Thu, 14 Mar 2019 14:53:59
Message-Id: 1552575228.8a0a5ce80ceb1a9daeb8a0561994833cefb66548.jer@gentoo
1 commit: 8a0a5ce80ceb1a9daeb8a0561994833cefb66548
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 14:53:15 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 14:53:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0a5ce8
7
8 sys-fs/squashfs-tools: Add USE=zstd
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Bug: https://bugs.gentoo.org/show_bug.cgi?id=680330
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild
18 index 8565685e580..48c56a33545 100644
19 --- a/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild
20 +++ b/sys-fs/squashfs-tools/squashfs-tools-4.3_p11.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="
22 LICENSE="GPL-2"
23 SLOT="0"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 -IUSE="debug lz4 lzma lzo static xattr +xz"
26 +IUSE="debug lz4 lzma lzo static xattr +xz zstd"
27
28 LIB_DEPEND="
29 sys-libs/zlib[static-libs(+)]
30 @@ -24,6 +24,7 @@ LIB_DEPEND="
31 lzo? ( dev-libs/lzo[static-libs(+)] )
32 xattr? ( sys-apps/attr[static-libs(+)] )
33 xz? ( app-arch/xz-utils[static-libs(+)] )
34 + zstd? ( app-arch/zstd[static-libs(+)] )
35 "
36 RDEPEND="
37 !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
38 @@ -63,6 +64,7 @@ src_configure() {
39 LZ4_SUPPORT=$(use10 lz4)
40 XATTR_SUPPORT=$(use10 xattr)
41 XZ_SUPPORT=$(use10 xz)
42 + ZSTD_SUPPORT=$(use10 zstd)
43 )
44
45 tc-export CC