Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/
Date: Mon, 29 Nov 2021 15:58:25
Message-Id: 1638201471.f77347273d09be069ed66e6d081d2280ee0067a6.asturm@gentoo
1 commit: f77347273d09be069ed66e6d081d2280ee0067a6
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: Mon Nov 29 15:57:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7734727
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.11.90.ebuild | 2 +-
16 kde-apps/ark/ark-21.12.49.9999.ebuild | 2 +-
17 kde-apps/ark/ark-9999.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/kde-apps/ark/ark-21.11.90.ebuild b/kde-apps/ark/ark-21.11.90.ebuild
21 index 62a067e8b6..49b1f4b183 100644
22 --- a/kde-apps/ark/ark-21.11.90.ebuild
23 +++ b/kde-apps/ark/ark-21.11.90.ebuild
24 @@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
25 "
26 BDEPEND="
27 sys-devel/gettext
28 - test? ( app-arch/rar )
29 + test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) )
30 "
31
32 src_configure() {
33
34 diff --git a/kde-apps/ark/ark-21.12.49.9999.ebuild b/kde-apps/ark/ark-21.12.49.9999.ebuild
35 index 24d9413758..cf49d10cea 100644
36 --- a/kde-apps/ark/ark-21.12.49.9999.ebuild
37 +++ b/kde-apps/ark/ark-21.12.49.9999.ebuild
38 @@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
39 "
40 BDEPEND="
41 sys-devel/gettext
42 - test? ( app-arch/rar )
43 + test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) )
44 "
45
46 src_configure() {
47
48 diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
49 index 24d9413758..cf49d10cea 100644
50 --- a/kde-apps/ark/ark-9999.ebuild
51 +++ b/kde-apps/ark/ark-9999.ebuild
52 @@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
53 "
54 BDEPEND="
55 sys-devel/gettext
56 - test? ( app-arch/rar )
57 + test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) )
58 "
59
60 src_configure() {