From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1344377-garchives=archives.gentoo.org@lists.gentoo.org>
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 3F941158086
	for <garchives@archives.gentoo.org>; Mon, 29 Nov 2021 15:58:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 602562BC009;
	Mon, 29 Nov 2021 15:58: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 414592BC009
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Nov 2021 15:58: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 22A39342DB3
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Nov 2021 15:58:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 696241C1
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Nov 2021 15:58:21 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1638201471.f77347273d09be069ed66e6d081d2280ee0067a6.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/ark/ark-21.11.90.ebuild kde-apps/ark/ark-21.12.49.9999.ebuild kde-apps/ark/ark-9999.ebuild
X-VCS-Directories: kde-apps/ark/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: f77347273d09be069ed66e6d081d2280ee0067a6
X-VCS-Branch: master
Date: Mon, 29 Nov 2021 15:58:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: cf1049a0-6486-4b7c-aec1-1c9cbfd00920
X-Archives-Hash: 9222dcf56649078ea2b679887e0848e7

commit:     f77347273d09be069ed66e6d081d2280ee0067a6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 13:46:07 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 15:57:51 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7734727

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 <asturm <AT> gentoo.org>

 kde-apps/ark/ark-21.11.90.ebuild      | 2 +-
 kde-apps/ark/ark-21.12.49.9999.ebuild | 2 +-
 kde-apps/ark/ark-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ark/ark-21.11.90.ebuild b/kde-apps/ark/ark-21.11.90.ebuild
index 62a067e8b6..49b1f4b183 100644
--- a/kde-apps/ark/ark-21.11.90.ebuild
+++ b/kde-apps/ark/ark-21.11.90.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() {

diff --git a/kde-apps/ark/ark-21.12.49.9999.ebuild b/kde-apps/ark/ark-21.12.49.9999.ebuild
index 24d9413758..cf49d10cea 100644
--- a/kde-apps/ark/ark-21.12.49.9999.ebuild
+++ b/kde-apps/ark/ark-21.12.49.9999.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() {

diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
index 24d9413758..cf49d10cea 100644
--- a/kde-apps/ark/ark-9999.ebuild
+++ b/kde-apps/ark/ark-9999.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() {