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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FF6715808B for ; Sat, 16 Apr 2022 19:35:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6E76E08E5; Sat, 16 Apr 2022 19:35:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6D16E08BF for ; Sat, 16 Apr 2022 19:35:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 572D43412A7 for ; Sat, 16 Apr 2022 19:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3ED13A9 for ; Sat, 16 Apr 2022 19:35:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650137709.cb42d10aedd1ef1e2ad12b507f016bc7adeed38c.sam@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.6.1.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb42d10aedd1ef1e2ad12b507f016bc7adeed38c X-VCS-Branch: master Date: Sat, 16 Apr 2022 19:35:21 +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: 509cf3d2-8069-494f-bc02-c32ad5ead2d5 X-Archives-Hash: 07ba2f3c816c869fe9d70342e5b0e3c6 commit: cb42d10aedd1ef1e2ad12b507f016bc7adeed38c Author: Palmer Dabbelt rivosinc com> AuthorDate: Wed Apr 13 16:41:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 16 19:35:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb42d10a app-arch/libarchive: Add an e2fsprogs ABI dependency Without this I get compile errors about an unsupported abi_x86_32 when I build libarchive on a system with an e2fsprogs built without ABI_X86="32". Signed-off-by: Palmer Dabbelt rivosinc.com> Closes: https://github.com/gentoo/gentoo/pull/25017 Signed-off-by: Sam James gentoo.org> app-arch/libarchive/libarchive-3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/libarchive/libarchive-3.6.1.ebuild b/app-arch/libarchive/libarchive-3.6.1.ebuild index c6f209835a1c..47d0bd5ee050 100644 --- a/app-arch/libarchive/libarchive-3.6.1.ebuild +++ b/app-arch/libarchive/libarchive-3.6.1.ebuild @@ -38,7 +38,7 @@ RDEPEND=" DEPEND="${RDEPEND} kernel_linux? ( virtual/os-headers - e2fsprogs? ( sys-fs/e2fsprogs ) + e2fsprogs? ( sys-fs/e2fsprogs[${MULTILIB_USEDEP}] ) ) " BDEPEND="