From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B0711396D0 for ; Sun, 3 Sep 2017 15:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA394E0D49; Sun, 3 Sep 2017 15:22:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95776E0D49 for ; Sun, 3 Sep 2017 15:22:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5818E34164B for ; Sun, 3 Sep 2017 15:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 046E88CA2 for ; Sun, 3 Sep 2017 15:22:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1504451976.1ed40691c0e230d4c362ace76d7847d7c137d6bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ed40691c0e230d4c362ace76d7847d7c137d6bb X-VCS-Branch: master Date: Sun, 3 Sep 2017 15:22:02 +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: 041a8cbe-4a4c-482c-b0c8-e31c2eaa5369 X-Archives-Hash: c92a79b69c647fa7eba4b6e0becacc92 commit: 1ed40691c0e230d4c362ace76d7847d7c137d6bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 3 15:19:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 3 15:19:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed40691 kde-frameworks/extra-cmake-modules: Disable broken test Gentoo-bug: 627806 Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild index a1079a58999..6cb0dc2df74 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.37.0-r1.ebuild @@ -52,8 +52,9 @@ src_configure() { src_test() { # ECMToolchainAndroidTest passes but then breaks src_install + # ECMPoQmToolsTest is broken, bug #627806 local myctestargs=( - -E "(ECMToolchainAndroidTest)" + -E "(ECMToolchainAndroidTest|ECMPoQmToolsTest)" ) kde5_src_test