From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D219B1387FD for ; Wed, 2 Apr 2014 19:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6451E0D66; Wed, 2 Apr 2014 19:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62CA8E0D66 for ; Wed, 2 Apr 2014 19:45:51 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38C1833FD64 for ; Wed, 2 Apr 2014 19:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id AD68318874 for ; Wed, 2 Apr 2014 19:45:47 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1396467929.349f64a4569a92c6702161d4a52ce6fb565f9758.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-4.98.0.ebuild kde-frameworks/kio/kio-9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 349f64a4569a92c6702161d4a52ce6fb565f9758 X-VCS-Branch: master Date: Wed, 2 Apr 2014 19:45:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ebfdfb5-4483-465b-8a3e-26c65c749e3d X-Archives-Hash: fe5d8dd7cb41f961f9c8a504b66caf7a commit: 349f64a4569a92c6702161d4a52ce6fb565f9758 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 2 19:45:29 2014 +0000 Commit: Johannes Huber gentoo 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)