commit:     c941677bcfaf0f06b65fc6d01d5ab211391f3fa5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 16:06:38 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 26 16:06:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c941677b

kde-apps/ark: Restrict tests

Gentoo-bug: 560548

Package-Manager: portage-2.3.0_rc1

 kde-apps/ark/ark-15.12.3.ebuild | 3 +++
 kde-apps/ark/ark-16.04.1.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-apps/ark/ark-15.12.3.ebuild b/kde-apps/ark/ark-15.12.3.ebuild
index 647581f..96c7537 100644
--- a/kde-apps/ark/ark-15.12.3.ebuild
+++ b/kde-apps/ark/ark-15.12.3.ebuild
@@ -40,6 +40,9 @@ DEPEND="${RDEPEND}
        sys-devel/gettext
 "
 
+# bug #560548, last checked with 16.04.1
+RESTRICT="test"
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_find_package bzip2 BZip2)

diff --git a/kde-apps/ark/ark-16.04.1.ebuild b/kde-apps/ark/ark-16.04.1.ebuild
index ce43ec9..1f2cfe1 100644
--- a/kde-apps/ark/ark-16.04.1.ebuild
+++ b/kde-apps/ark/ark-16.04.1.ebuild
@@ -41,6 +41,9 @@ DEPEND="${RDEPEND}
        sys-devel/gettext
 "
 
+# bug #560548, last checked with 16.04.1
+RESTRICT="test"
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_find_package bzip2 BZip2)

Reply via email to