From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 16E811584AD for ; Mon, 14 Apr 2025 23:29:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EC7803430BD for ; Mon, 14 Apr 2025 23:29:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2454B1104B0; Mon, 14 Apr 2025 23:29:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 171E11104B0 for ; Mon, 14 Apr 2025 23:29:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C53CC3430B8 for ; Mon, 14 Apr 2025 23:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AEE51C78 for ; Mon, 14 Apr 2025 23:29:15 +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: <1744673328.0254b513dd6c9210f989d37ce3882c967c2f0e56.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/patool/patool-4.0.0.ebuild X-VCS-Directories: app-arch/patool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0254b513dd6c9210f989d37ce3882c967c2f0e56 X-VCS-Branch: master Date: Mon, 14 Apr 2025 23:29:15 +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: 7b8087af-d180-4dca-9b25-cbd9976e015f X-Archives-Hash: 73df30ffeb736a469e9aa0aa6e1cbda6 commit: 0254b513dd6c9210f989d37ce3882c967c2f0e56 Author: Alfred Wingate protonmail com> AuthorDate: Mon Apr 14 18:00:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 14 23:28:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0254b513 app-arch/patool: use app-arch/7zip if possible 7zip is also keyworded on x86 now due to https://bugs.gentoo.org/953098. 7zip + || ( 7zip[symlink] p7zip ) is to get maximum test coverage as patool supports both 7zz and 7z. Bug: https://bugs.gentoo.org/953092 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/41593 Signed-off-by: Sam James gentoo.org> app-arch/patool/patool-4.0.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-arch/patool/patool-4.0.0.ebuild b/app-arch/patool/patool-4.0.0.ebuild index a11332d4ab07..7775199ee8a5 100644 --- a/app-arch/patool/patool-4.0.0.ebuild +++ b/app-arch/patool/patool-4.0.0.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" test? ( + app-arch/7zip app-arch/arj app-arch/bzip2 app-arch/bzip3 @@ -33,7 +34,6 @@ BDEPEND=" app-arch/lzip app-arch/lzop app-arch/ncompress - app-arch/p7zip app-arch/pbzip2 app-arch/pdlzip app-arch/pigz @@ -58,9 +58,12 @@ BDEPEND=" sys-apps/diffutils sys-apps/file sys-apps/grep + || ( + >=app-arch/7zip-24.09[symlink(+)] + app-arch/p7zip + ) !elibc_musl? ( app-arch/rar ) !x86? ( - app-arch/7zip app-arch/clzip app-arch/lrzip app-arch/unar @@ -76,7 +79,6 @@ BDEPEND=" # app-arch/clzip is unkeyworded on x86 # app-arch/lrzip bug #916317 on x86 # app-arch/unar is unkeyworded on x86 -# app-arch/7zip is unkeyworded on x86 # Unpackaged testable dependencies # archmage