Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/
Date: Thu, 26 May 2016 16:08:01
Message-Id: 1464278855.3977202f3775e87f7485de111a6ee24e69cfc51f.johu@gentoo
1 commit: 3977202f3775e87f7485de111a6ee24e69cfc51f
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 16:07:35 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 16:07:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3977202f
7
8 kde-apps/ark: Restrict tests
9
10 Gentoo-bug: 560548
11
12 Package-Manager: portage-2.3.0_rc1
13
14 kde-apps/ark/ark-16.04.49.9999.ebuild | 3 +++
15 kde-apps/ark/ark-9999.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/kde-apps/ark/ark-16.04.49.9999.ebuild b/kde-apps/ark/ark-16.04.49.9999.ebuild
19 index f3b0f43..3ddd91a 100644
20 --- a/kde-apps/ark/ark-16.04.49.9999.ebuild
21 +++ b/kde-apps/ark/ark-16.04.49.9999.ebuild
22 @@ -41,6 +41,9 @@ DEPEND="${RDEPEND}
23 sys-devel/gettext
24 "
25
26 +# bug #560548, last checked with 16.04.1
27 +RESTRICT="test"
28 +
29 src_configure() {
30 local mycmakeargs=(
31 $(cmake-utils_use_find_package bzip2 BZip2)
32
33 diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
34 index 8530862..1073233 100644
35 --- a/kde-apps/ark/ark-9999.ebuild
36 +++ b/kde-apps/ark/ark-9999.ebuild
37 @@ -42,6 +42,9 @@ DEPEND="${RDEPEND}
38 sys-devel/gettext
39 "
40
41 +# bug #560548, last checked with 16.04.1
42 +RESTRICT="test"
43 +
44 src_configure() {
45 local mycmakeargs=(
46 $(cmake-utils_use_find_package bzip2 BZip2)