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 16D86138334 for ; Thu, 11 Oct 2018 18:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DFCE0957; Thu, 11 Oct 2018 18:36:02 +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 C8D8FE0957 for ; Thu, 11 Oct 2018 18:36:02 +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 9C687335D1E for ; Thu, 11 Oct 2018 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6F0443D for ; Thu, 11 Oct 2018 18:35:58 +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: <1539282910.fdac79a2c943787334f02066c2fbed3c0d01689d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild X-VCS-Directories: kde-frameworks/kxmlgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fdac79a2c943787334f02066c2fbed3c0d01689d X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:35:58 +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: 9fd2b0d3-9660-4293-939c-d0447c67ca13 X-Archives-Hash: ef90be2577535688f388db9ab2f720c9 commit: fdac79a2c943787334f02066c2fbed3c0d01689d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 18:12:34 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 18:35:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdac79a2 kde-frameworks/kxmlgui: Disable broken ktoolbar_unittest Bug: https://bugs.gentoo.org/668198 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild b/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild index 2d6669d553c..5ca8e7cb944 100644 --- a/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild +++ b/kde-frameworks/kxmlgui/kxmlgui-5.50.0.ebuild @@ -43,9 +43,9 @@ src_configure() { } src_test() { - # Files are missing; whatever. Bug: 650290 + # Files are missing; whatever. Bugs 650290, 668198 local myctestargs=( - -E "(kxmlgui_unittest)" + -E "(ktoolbar_unittest|kxmlgui_unittest)" ) kde5_src_test