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 291131382C5 for ; Mon, 12 Mar 2018 02:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31EE0E07F9; Mon, 12 Mar 2018 02:41: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 13AD3E07F9 for ; Mon, 12 Mar 2018 02:41: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 08903335C30 for ; Mon, 12 Mar 2018 02:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84FEB245 for ; Mon, 12 Mar 2018 02:40:59 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1520822449.cd66e425d14cc73e035f0124f07b0985d4b736a4.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpackage/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kpackage/kpackage-5.43.0.ebuild kde-frameworks/kpackage/kpackage-5.44.0.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cd66e425d14cc73e035f0124f07b0985d4b736a4 X-VCS-Branch: master Date: Mon, 12 Mar 2018 02:40:59 +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: 97fc75fd-9ebe-456d-918e-e971ba695b0b X-Archives-Hash: 3ed164d1fb8c01a6db828ffc7c13ab6b commit: cd66e425d14cc73e035f0124f07b0985d4b736a4 Author: Michael Palimaka gentoo org> AuthorDate: Mon Mar 12 02:40:40 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 12 02:40:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd66e425 kde-frameworks/kpackage: disable broken test Closes: https://bugs.gentoo.org/650214 Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-frameworks/kpackage/kpackage-5.43.0.ebuild | 6 ++++++ kde-frameworks/kpackage/kpackage-5.44.0.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/kde-frameworks/kpackage/kpackage-5.43.0.ebuild b/kde-frameworks/kpackage/kpackage-5.43.0.ebuild index b86bcf5631d..184b5fc85f2 100644 --- a/kde-frameworks/kpackage/kpackage-5.43.0.ebuild +++ b/kde-frameworks/kpackage/kpackage-5.43.0.ebuild @@ -26,3 +26,9 @@ src_configure() { kde5_src_configure } + +src_test() { + #bug 650214 + local myctestargs=( -E "(kdatecomboboxtest)" ) + kde5_src_test +} diff --git a/kde-frameworks/kpackage/kpackage-5.44.0.ebuild b/kde-frameworks/kpackage/kpackage-5.44.0.ebuild index bc804969ffe..8af3a802d39 100644 --- a/kde-frameworks/kpackage/kpackage-5.44.0.ebuild +++ b/kde-frameworks/kpackage/kpackage-5.44.0.ebuild @@ -26,3 +26,9 @@ src_configure() { kde5_src_configure } + +src_test() { + #bug 650214 + local myctestargs=( -E "(kdatecomboboxtest)" ) + kde5_src_test +}