Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Tue, 22 Jan 2019 13:38:01
Message-Id: 1548164268.fe4d92800930d4493bff35dc0ac461f091dda4a4.mgorny@gentoo
1 commit: fe4d92800930d4493bff35dc0ac461f091dda4a4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 12:26:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 13:37:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4d9280
7
8 app-arch/libarchive: Add USE=zstd
9
10 Closes: https://bugs.gentoo.org/676020
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-arch/libarchive/libarchive-3.3.3.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild b/app-arch/libarchive/libarchive-3.3.3.ebuild
17 index 6a0dcca27ef..2365d3401e4 100644
18 --- a/app-arch/libarchive/libarchive-3.3.3.ebuild
19 +++ b/app-arch/libarchive/libarchive-3.3.3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz"
21 LICENSE="BSD BSD-2 BSD-4 public-domain"
22 SLOT="0/13"
23 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 -IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo nettle static-libs +threads xattr +zlib"
25 +IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo nettle static-libs +threads xattr +zlib zstd"
26
27 RDEPEND="
28 acl? ( virtual/acl[${MULTILIB_USEDEP}] )
29 @@ -28,7 +28,8 @@ RDEPEND="
30 lzma? ( app-arch/xz-utils[threads=,${MULTILIB_USEDEP}] )
31 lzo? ( >=dev-libs/lzo-2[${MULTILIB_USEDEP}] )
32 nettle? ( dev-libs/nettle:0=[${MULTILIB_USEDEP}] )
33 - zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )"
34 + zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
35 + zstd? ( app-arch/zstd[${MULTILIB_USEDEP}] )"
36 DEPEND="${RDEPEND}
37 kernel_linux? (
38 virtual/os-headers
39 @@ -65,6 +66,7 @@ multilib_src_configure() {
40 $(use_with lzo lzo2)
41 $(use_with nettle)
42 $(use_with zlib)
43 + $(use_with zstd)
44 )
45 if multilib_is_native_abi ; then
46 myconf+=(