Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/
Date: Thu, 25 Nov 2021 13:46:38
Message-Id: 1637847987.1b05a0a7ac7b734272db934999667f01a216a1ea.asturm@gentoo
1 commit: 1b05a0a7ac7b734272db934999667f01a216a1ea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 13:46:07 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 13:46:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b05a0a7
7
8 kde-apps/ark: Restrict app-arch/rar test BDEPEND to amd64/x86
9
10 Investigate test later.
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/ark/ark-21.08.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/kde-apps/ark/ark-21.08.3.ebuild b/kde-apps/ark/ark-21.08.3.ebuild
19 index 40ed06b503e5..d03591354bf2 100644
20 --- a/kde-apps/ark/ark-21.08.3.ebuild
21 +++ b/kde-apps/ark/ark-21.08.3.ebuild
22 @@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
23 "
24 BDEPEND="
25 sys-devel/gettext
26 - test? ( app-arch/rar )
27 + test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) )
28 "
29
30 src_configure() {