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 2C4D1138350 for ; Sun, 8 Mar 2020 18:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7A6E081A; Sun, 8 Mar 2020 18:43:23 +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 4137BE081A for ; Sun, 8 Mar 2020 18:43:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C45734F3FD for ; Sun, 8 Mar 2020 18:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063A715A for ; Sun, 8 Mar 2020 18:43:21 +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: <1583692965.929c9d12a1d76d9ebf08756d924a28da9c55466c.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-19.12.2.ebuild kde-apps/kcalutils/kcalutils-19.12.3.ebuild X-VCS-Directories: kde-apps/kcalutils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 929c9d12a1d76d9ebf08756d924a28da9c55466c X-VCS-Branch: master Date: Sun, 8 Mar 2020 18:43:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af2d3a01-29ab-47aa-83eb-28a3cbe38850 X-Archives-Hash: 8b3211d315a301c7aab55a46fdd3043f commit: 929c9d12a1d76d9ebf08756d924a28da9c55466c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 8 18:42:45 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 8 18:42:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929c9d12 kde-apps/kcalutils: Restrict tests Broken beyond hope. Closes: https://bugs.gentoo.org/711666 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalutils/kcalutils-19.12.2.ebuild | 8 +------- kde-apps/kcalutils/kcalutils-19.12.3.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/kde-apps/kcalutils/kcalutils-19.12.2.ebuild b/kde-apps/kcalutils/kcalutils-19.12.2.ebuild index 8fdb0d5215a..3f1a8fae56d 100644 --- a/kde-apps/kcalutils/kcalutils-19.12.2.ebuild +++ b/kde-apps/kcalutils/kcalutils-19.12.2.ebuild @@ -34,10 +34,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_test() { - # bug 653616 - local myctestargs=( - -E "(kcalutils-testincidenceformatter)" - ) - ecm_src_test -} +RESTRICT+=" test" # bugs 653616, 711666 diff --git a/kde-apps/kcalutils/kcalutils-19.12.3.ebuild b/kde-apps/kcalutils/kcalutils-19.12.3.ebuild index 8fdb0d5215a..3f1a8fae56d 100644 --- a/kde-apps/kcalutils/kcalutils-19.12.3.ebuild +++ b/kde-apps/kcalutils/kcalutils-19.12.3.ebuild @@ -34,10 +34,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_test() { - # bug 653616 - local myctestargs=( - -E "(kcalutils-testincidenceformatter)" - ) - ecm_src_test -} +RESTRICT+=" test" # bugs 653616, 711666