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 46382138334 for ; Sun, 22 Jul 2018 14:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A448E091D; Sun, 22 Jul 2018 14:11:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5D72E091D for ; Sun, 22 Jul 2018 14:11:38 +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 CBBDE335D68 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 0FF70380 for ; Sun, 22 Jul 2018 14:11:34 +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: <1532268668.981d3b3fc1a5ef35a11c9ffc42d64e1d5f5a665e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kcalutils/kcalutils-18.04.3.ebuild X-VCS-Directories: kde-apps/kcalutils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 981d3b3fc1a5ef35a11c9ffc42d64e1d5f5a665e X-VCS-Branch: master Date: Sun, 22 Jul 2018 14:11:34 +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: 496cad46-420a-4013-95a6-550a4b11de9c X-Archives-Hash: 1f1cb991ce57b54dab9b765f29c7baad commit: 981d3b3fc1a5ef35a11c9ffc42d64e1d5f5a665e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 22 14:06:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 22 14:11:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981d3b3f kde-apps/kcalutils: Disable broken test Bug: https://bugs.gentoo.org/653616 Package-Manager: Portage-2.3.43, Repoman-2.3.10 kde-apps/kcalutils/kcalutils-18.04.3.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/kcalutils/kcalutils-18.04.3.ebuild b/kde-apps/kcalutils/kcalutils-18.04.3.ebuild index e2a72988299..18b556f6ca0 100644 --- a/kde-apps/kcalutils/kcalutils-18.04.3.ebuild +++ b/kde-apps/kcalutils/kcalutils-18.04.3.ebuild @@ -29,3 +29,12 @@ DEPEND=" RDEPEND="${DEPEND} !kde-apps/kdepim-l10n " + +src_test() { + # bug 653616 + local myctestargs=( + -E "(kcalutils-testincidenceformatter)" + ) + + kde5_src_test +}