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 8BD3313933E for ; Fri, 16 Jul 2021 22:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E01A7E0871; Fri, 16 Jul 2021 22:11:03 +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 BDC60E0871 for ; Fri, 16 Jul 2021 22:11:03 +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 B075A342B61 for ; Fri, 16 Jul 2021 22:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1413E7CB for ; Fri, 16 Jul 2021 22:11:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626473443.c10fbe5e1859f1792336795a01d82e7313a65210.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.5.1-r1.ebuild app-arch/libarchive/libarchive-3.5.1.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c10fbe5e1859f1792336795a01d82e7313a65210 X-VCS-Branch: master Date: Fri, 16 Jul 2021 22:11:01 +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: ce657f76-129a-436c-973c-a6d1160218d0 X-Archives-Hash: 85e90ff99f636fa096e1f3ff2127ebc2 commit: c10fbe5e1859f1792336795a01d82e7313a65210 Author: David Seifert gentoo org> AuthorDate: Fri Jul 16 22:10:43 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jul 16 22:10:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10fbe5e app-arch/libarchive: enable threads unconditionally * fedora/debian/arch all enable threads unconditionally Closes: https://github.com/gentoo/gentoo/pull/21677 Signed-off-by: David Seifert gentoo.org> .../{libarchive-3.5.1.ebuild => libarchive-3.5.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild b/app-arch/libarchive/libarchive-3.5.1-r1.ebuild similarity index 96% rename from app-arch/libarchive/libarchive-3.5.1.ebuild rename to app-arch/libarchive/libarchive-3.5.1-r1.ebuild index 1319a7f8b96..495a49a99ae 100644 --- a/app-arch/libarchive/libarchive-3.5.1.ebuild +++ b/app-arch/libarchive/libarchive-3.5.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz" LICENSE="BSD BSD-2 BSD-4 public-domain" SLOT="0/13" 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" -IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux lz4 +lzma lzo nettle static-libs +threads xattr +zlib zstd" +IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux lz4 +lzma lzo nettle static-libs xattr +zlib zstd" RDEPEND=" acl? ( virtual/acl[${MULTILIB_USEDEP}] ) @@ -25,7 +25,7 @@ RDEPEND=" ) dev-libs/openssl:0=[${MULTILIB_USEDEP}] lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] ) - lzma? ( app-arch/xz-utils[threads=,${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.2.5-r1[${MULTILIB_USEDEP}] ) lzo? ( >=dev-libs/lzo-2[${MULTILIB_USEDEP}] ) nettle? ( dev-libs/nettle:0=[${MULTILIB_USEDEP}] ) zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )