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 4769F138335 for ; Sun, 22 Jul 2018 14:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FF2E092B; Sun, 22 Jul 2018 14:11:37 +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 6C877E092B for ; Sun, 22 Jul 2018 14:11:37 +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 9D9A6335D62 for ; Sun, 22 Jul 2018 14:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C88192CC for ; Sun, 22 Jul 2018 14:11:33 +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: <1532268667.3d381ff70cbea9fca16fe50c7face198acddeef7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/pimcommon/pimcommon-18.04.3.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3d381ff70cbea9fca16fe50c7face198acddeef7 X-VCS-Branch: master Date: Sun, 22 Jul 2018 14:11:33 +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: b3369b92-12a5-462c-b82c-b30b55223d71 X-Archives-Hash: ce6e9d150aff280039fc68554f44eaa5 commit: 3d381ff70cbea9fca16fe50c7face198acddeef7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 22 13:43:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 22 14:11:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d381ff7 kde-apps/pimcommon: Disable one more broken test Bug: https://bugs.gentoo.org/661330 Package-Manager: Portage-2.3.43, Repoman-2.3.10 kde-apps/pimcommon/pimcommon-18.04.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild index 6295115f9d1..c1c707a1725 100644 --- a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild +++ b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild @@ -54,9 +54,9 @@ RDEPEND="${COMMON_DEPEND} " src_test() { - # bug 641730 + # bugs 641730, 661330 local myctestargs=( - -E "(autocorrectiontest)" + -E "(autocorrectiontest|pimcommon-translator-translatortest)" ) kde5_src_test