aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-26 18:07:35 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-26 18:07:35 +0200
commit3977202f3775e87f7485de111a6ee24e69cfc51f (patch)
tree176ba63389350b1f55b489f14a3820f3f22139f9
parentkde-apps/akonadi: Fix mysql56-crash patch for master (diff)
downloadkde-3977202f3775e87f7485de111a6ee24e69cfc51f.tar.gz
kde-3977202f3775e87f7485de111a6ee24e69cfc51f.tar.bz2
kde-3977202f3775e87f7485de111a6ee24e69cfc51f.zip
kde-apps/ark: Restrict tests
Gentoo-bug: 560548 Package-Manager: portage-2.3.0_rc1
-rw-r--r--kde-apps/ark/ark-16.04.49.9999.ebuild3
-rw-r--r--kde-apps/ark/ark-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/kde-apps/ark/ark-16.04.49.9999.ebuild b/kde-apps/ark/ark-16.04.49.9999.ebuild
index f3b0f43ee6..3ddd91a7b0 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 8530862b6c..10732330ec 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)