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 99AE0138334 for ; Tue, 9 Oct 2018 21:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B5EE083E; Tue, 9 Oct 2018 21:05:09 +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 CAB6EE083E for ; Tue, 9 Oct 2018 21:05:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 057FF335C2B for ; Tue, 9 Oct 2018 21:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4CAD3CF for ; Tue, 9 Oct 2018 21:05:03 +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: <1539119072.d1585752bbdf402b2cd5993bf955e7fe53425503.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcoreaddons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild X-VCS-Directories: kde-frameworks/kcoreaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1585752bbdf402b2cd5993bf955e7fe53425503 X-VCS-Branch: master Date: Tue, 9 Oct 2018 21:05:03 +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: 4e2069a2-0b36-42f4-adbf-42d0c6b46eb8 X-Archives-Hash: 88d48ccf7bd8c4ce82a93a2674ca83d3 commit: d1585752bbdf402b2cd5993bf955e7fe53425503 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 20:40:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 21:04:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1585752 kde-frameworks/kcoreaddons: Disable broken kformattest Bug: https://bugs.gentoo.org/665682 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild index 4e70e58a430..6241035aa32 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,10 +29,10 @@ src_configure() { } src_test() { - # bugs: 619656, 632398, 647414 + # bugs: 619656, 632398, 647414, 665682 local myctestargs=( -j1 - -E "(kautosavefiletest|kdirwatch_qfswatch_unittest)" + -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kformattest)" ) kde5_src_test