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 9ED34138334 for ; Tue, 5 Feb 2019 23:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78025E0C26; Tue, 5 Feb 2019 23:46:19 +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 48D66E0C26 for ; Tue, 5 Feb 2019 23:46:18 +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 B791E335DBD for ; Tue, 5 Feb 2019 23:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E5474FF for ; Tue, 5 Feb 2019 23:46:16 +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: <1549410361.4d22505dd55f7cbc0f28b6a8be090904714a8563.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdoctools/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild X-VCS-Directories: kde-frameworks/kdoctools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d22505dd55f7cbc0f28b6a8be090904714a8563 X-VCS-Branch: master Date: Tue, 5 Feb 2019 23:46:16 +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: 2435819b-cfee-4150-8fbc-0d33d1a36a73 X-Archives-Hash: 966848d7deb4ddec23319c8adabd1790 commit: 4d22505dd55f7cbc0f28b6a8be090904714a8563 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 5 23:44:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 5 23:46:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d22505d kde-frameworks/kdoctools: Disable failing test again Bug: https://bugs.gentoo.org/665622 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild index f37a12e0558..58667cd4c87 100644 --- a/kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild +++ b/kde-frameworks/kdoctools/kdoctools-5.54.0.ebuild @@ -32,3 +32,12 @@ src_configure() { kde5_src_configure } + +src_test() { + # bug 665622 + local myctestargs=( + -E "(kdoctools_install)" + ) + + kde5_src_test +}