Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Fri, 16 Jul 2021 22:11:04
Message-Id: 1626473443.c10fbe5e1859f1792336795a01d82e7313a65210.soap@gentoo
1 commit: c10fbe5e1859f1792336795a01d82e7313a65210
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 22:10:43 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 22:10:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10fbe5e
7
8 app-arch/libarchive: enable threads unconditionally
9
10 * fedora/debian/arch all enable threads unconditionally
11
12 Closes: https://github.com/gentoo/gentoo/pull/21677
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 .../{libarchive-3.5.1.ebuild => libarchive-3.5.1-r1.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild b/app-arch/libarchive/libarchive-3.5.1-r1.ebuild
19 similarity index 96%
20 rename from app-arch/libarchive/libarchive-3.5.1.ebuild
21 rename to app-arch/libarchive/libarchive-3.5.1-r1.ebuild
22 index 1319a7f8b96..495a49a99ae 100644
23 --- a/app-arch/libarchive/libarchive-3.5.1.ebuild
24 +++ b/app-arch/libarchive/libarchive-3.5.1-r1.ebuild
25 @@ -11,7 +11,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz"
26 LICENSE="BSD BSD-2 BSD-4 public-domain"
27 SLOT="0/13"
28 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 -IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux lz4 +lzma lzo nettle static-libs +threads xattr +zlib zstd"
30 +IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux lz4 +lzma lzo nettle static-libs xattr +zlib zstd"
31
32 RDEPEND="
33 acl? ( virtual/acl[${MULTILIB_USEDEP}] )
34 @@ -25,7 +25,7 @@ RDEPEND="
35 )
36 dev-libs/openssl:0=[${MULTILIB_USEDEP}]
37 lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
38 - lzma? ( app-arch/xz-utils[threads=,${MULTILIB_USEDEP}] )
39 + lzma? ( >=app-arch/xz-utils-5.2.5-r1[${MULTILIB_USEDEP}] )
40 lzo? ( >=dev-libs/lzo-2[${MULTILIB_USEDEP}] )
41 nettle? ( dev-libs/nettle:0=[${MULTILIB_USEDEP}] )
42 zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )