commit: 3977202f3775e87f7485de111a6ee24e69cfc51f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 16:07:35 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 26 16:07:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3977202f
kde-apps/ark: Restrict tests
Gentoo-bug: 560548
Package-Manager: portage-2.3.0_rc1
kde-apps/ark/ark-16.04.49.9999.ebuild | 3 +++
kde-apps/ark/ark-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/kde-apps/ark/ark-16.04.49.9999.ebuild
b/kde-apps/ark/ark-16.04.49.9999.ebuild
index f3b0f43..3ddd91a 100644
--- a/kde-apps/ark/ark-16.04.49.9999.ebuild
+++ b/kde-apps/ark/ark-16.04.49.9999.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)
diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
index 8530862..1073233 100644
--- a/kde-apps/ark/ark-9999.ebuild
+++ b/kde-apps/ark/ark-9999.ebuild
@@ -42,6 +42,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)