commit: 349f64a4569a92c6702161d4a52ce6fb565f9758
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 19:45:29 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 19:45:29 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=349f64a4
[kde-frameworks/kio] Restrict tests as they hang
Package-Manager: portage-2.2.10
---
kde-frameworks/kio/kio-4.98.0.ebuild | 3 +++
kde-frameworks/kio/kio-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/kde-frameworks/kio/kio-4.98.0.ebuild
b/kde-frameworks/kio/kio-4.98.0.ebuild
index ba346ce..0c87a63 100644
--- a/kde-frameworks/kio/kio-4.98.0.ebuild
+++ b/kde-frameworks/kio/kio-4.98.0.ebuild
@@ -57,6 +57,9 @@ DEPEND="${RDEPEND}
)
"
+# tests hang
+RESTRICT="test"
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)
diff --git a/kde-frameworks/kio/kio-9999.ebuild
b/kde-frameworks/kio/kio-9999.ebuild
index a117b77..d9eda68 100644
--- a/kde-frameworks/kio/kio-9999.ebuild
+++ b/kde-frameworks/kio/kio-9999.ebuild
@@ -57,6 +57,9 @@ DEPEND="${RDEPEND}
)
"
+# tests hang
+RESTRICT="test"
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)