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 DA4111382C5 for ; Mon, 12 Mar 2018 02:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D00E07ED; Mon, 12 Mar 2018 02:40:27 +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 0A7D1E07ED for ; Mon, 12 Mar 2018 02:40:27 +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 CCE83335C43 for ; Mon, 12 Mar 2018 02:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07EB8245 for ; Mon, 12 Mar 2018 02:40:24 +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: <1520822413.debf055a3b67b5b04d24ad5df8059b321c4a39ec.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpackage/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kpackage/kpackage-9999.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: debf055a3b67b5b04d24ad5df8059b321c4a39ec X-VCS-Branch: master Date: Mon, 12 Mar 2018 02:40:24 +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: 4e5e3ec9-6fe9-42c6-93aa-fd8624978fad X-Archives-Hash: 2f239f564eb1eeabf51a4550e3a3817d commit: debf055a3b67b5b04d24ad5df8059b321c4a39ec Author: Michael Palimaka gentoo org> AuthorDate: Mon Mar 12 02:40:10 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 12 02:40:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=debf055a kde-frameworks/kpackage: disable broken test Bug: https://bugs.gentoo.org/650214 Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-frameworks/kpackage/kpackage-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-frameworks/kpackage/kpackage-9999.ebuild b/kde-frameworks/kpackage/kpackage-9999.ebuild index f28ac21a97..1c97da8a9d 100644 --- a/kde-frameworks/kpackage/kpackage-9999.ebuild +++ b/kde-frameworks/kpackage/kpackage-9999.ebuild @@ -26,3 +26,9 @@ src_configure() { kde5_src_configure } + +src_test() { + #bug 650214 + local myctestargs=( -E "(kdatecomboboxtest)" ) + kde5_src_test +}