Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/
Date: Thu, 26 May 2016 16:08:20
Message-Id: 1464278798.c941677bcfaf0f06b65fc6d01d5ab211391f3fa5.johu@gentoo
1 commit: c941677bcfaf0f06b65fc6d01d5ab211391f3fa5
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 16:06:38 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 16:06:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c941677b
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-15.12.3.ebuild | 3 +++
15 kde-apps/ark/ark-16.04.1.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/kde-apps/ark/ark-15.12.3.ebuild b/kde-apps/ark/ark-15.12.3.ebuild
19 index 647581f..96c7537 100644
20 --- a/kde-apps/ark/ark-15.12.3.ebuild
21 +++ b/kde-apps/ark/ark-15.12.3.ebuild
22 @@ -40,6 +40,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-16.04.1.ebuild b/kde-apps/ark/ark-16.04.1.ebuild
34 index ce43ec9..1f2cfe1 100644
35 --- a/kde-apps/ark/ark-16.04.1.ebuild
36 +++ b/kde-apps/ark/ark-16.04.1.ebuild
37 @@ -41,6 +41,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)