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 7D814138331 for ; Thu, 1 Feb 2018 01:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E95E0AAE; Thu, 1 Feb 2018 01:34:11 +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 470A0E0AAE for ; Thu, 1 Feb 2018 01:34:10 +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 9520D335C80 for ; Thu, 1 Feb 2018 01:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B99D1DC for ; Thu, 1 Feb 2018 01:34:08 +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: <1517448792.690b43f0c0d006a48a8a2033856abe1016d95537.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-17.12.1.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 690b43f0c0d006a48a8a2033856abe1016d95537 X-VCS-Branch: master Date: Thu, 1 Feb 2018 01:34:08 +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: daf4b45b-c9e8-4d85-8182-7eb5a62ad91e X-Archives-Hash: 0454f2646d0549f1d369e6aa621cda99 commit: 690b43f0c0d006a48a8a2033856abe1016d95537 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 1 00:49:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 1 01:33:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690b43f0 kde-apps/pimcommon: Disable broken test Reported-by: Paolo Pedroni iol.it> Closes: https://bugs.gentoo.org/641730 Package-Manager: Portage-2.3.21, Repoman-2.3.6 kde-apps/pimcommon/pimcommon-17.12.1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-17.12.1.ebuild b/kde-apps/pimcommon/pimcommon-17.12.1.ebuild index 744cdbccf0e..6295115f9d1 100644 --- a/kde-apps/pimcommon/pimcommon-17.12.1.ebuild +++ b/kde-apps/pimcommon/pimcommon-17.12.1.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +}