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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57F11158046 for ; Sun, 13 Oct 2024 13:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4141DE0899; Sun, 13 Oct 2024 13:35:24 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2051FE0899 for ; Sun, 13 Oct 2024 13:35:24 +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 A22CD3430EF for ; Sun, 13 Oct 2024 13:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE6D1315 for ; Sun, 13 Oct 2024 13:35:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1728826478.f74714ea1480c780bc41e2a8025125fc8e0f3e6d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/p7zip/p7zip-17.05-r1.ebuild X-VCS-Directories: app-arch/p7zip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f74714ea1480c780bc41e2a8025125fc8e0f3e6d X-VCS-Branch: master Date: Sun, 13 Oct 2024 13:35:20 +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: 339d6f66-86b0-4fc5-b44c-984c7d939bae X-Archives-Hash: 54a278571a747bef64b16301b9b0c001 commit: f74714ea1480c780bc41e2a8025125fc8e0f3e6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 13:18:01 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 13:34:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74714ea app-arch/p7zip: Fix test REQUIRED_USE Maintainer timeout fix. Bug: https://bugs.gentoo.org/907221 Bug: https://bugs.gentoo.org/933740 Signed-off-by: Andreas Sturmlechner gentoo.org> app-arch/p7zip/p7zip-17.05-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-arch/p7zip/p7zip-17.05-r1.ebuild b/app-arch/p7zip/p7zip-17.05-r1.ebuild index eb2947239d72..552dfb5b72b4 100644 --- a/app-arch/p7zip/p7zip-17.05-r1.ebuild +++ b/app-arch/p7zip/p7zip-17.05-r1.ebuild @@ -13,7 +13,10 @@ SRC_URI="https://github.com/p7zip-project/p7zip/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1 rar? ( unRAR )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" -IUSE="abi_x86_x32 natspec +pch rar static" +IUSE="abi_x86_x32 natspec +pch rar static test" + +REQUIRED_USE="test? ( rar )" # bug 907221 +RESTRICT="!test? ( test )" RDEPEND="natspec? ( dev-libs/libnatspec )" DEPEND="${RDEPEND}"