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 DB3E9158086 for ; Thu, 25 Nov 2021 13:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279C8E086D; Thu, 25 Nov 2021 13:46:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 0CF39E086D for ; Thu, 25 Nov 2021 13:46:38 +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 999AE342E66 for ; Thu, 25 Nov 2021 13:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E3BD1DA for ; Thu, 25 Nov 2021 13:46:34 +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: <1637847987.1b05a0a7ac7b734272db934999667f01a216a1ea.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ark/ark-21.08.3.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1b05a0a7ac7b734272db934999667f01a216a1ea X-VCS-Branch: master Date: Thu, 25 Nov 2021 13:46:34 +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: 798866c9-0cab-4723-9367-0a6374bb9439 X-Archives-Hash: 1e4888a39142ad22478c8aebb830f1b8 commit: 1b05a0a7ac7b734272db934999667f01a216a1ea Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 25 13:46:07 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 25 13:46:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b05a0a7 kde-apps/ark: Restrict app-arch/rar test BDEPEND to amd64/x86 Investigate test later. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-21.08.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/ark/ark-21.08.3.ebuild b/kde-apps/ark/ark-21.08.3.ebuild index 40ed06b503e5..d03591354bf2 100644 --- a/kde-apps/ark/ark-21.08.3.ebuild +++ b/kde-apps/ark/ark-21.08.3.ebuild @@ -48,7 +48,7 @@ DEPEND="${RDEPEND} " BDEPEND=" sys-devel/gettext - test? ( app-arch/rar ) + test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) " src_configure() {