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 91F26139694 for ; Sun, 9 Jul 2017 15:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D25214113; Sun, 9 Jul 2017 15:53:40 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE7BB214113 for ; Sun, 9 Jul 2017 15:53:40 +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 1D980341B05 for ; Sun, 9 Jul 2017 15:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9977488 for ; Sun, 9 Jul 2017 15:53:37 +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: <1499615607.8f32ae6d4d72779674247da492774500bc3b2b0e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kunitconversion/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kunitconversion/kunitconversion-9999.ebuild X-VCS-Directories: kde-frameworks/kunitconversion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8f32ae6d4d72779674247da492774500bc3b2b0e X-VCS-Branch: master Date: Sun, 9 Jul 2017 15:53:37 +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: 51dcd7f0-7128-484b-b9ce-668e54bf937e X-Archives-Hash: 1a23d1b1814c3c3013d9409d7f232249 commit: 8f32ae6d4d72779674247da492774500bc3b2b0e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 9 15:53:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 9 15:53:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f32ae6d kde-frameworks/kunitconversion: Disable failing test Requires internet connection. Gentoo-bug: 623938 Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-frameworks/kunitconversion/kunitconversion-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild b/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild index 9ca060804f..748a8d31b9 100644 --- a/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild +++ b/kde-frameworks/kunitconversion/kunitconversion-9999.ebuild @@ -16,3 +16,9 @@ RDEPEND=" $(add_qt_dep qtxml) " DEPEND="${RDEPEND}" + +src_prepare(){ + kde5_src_prepare + # bug 623938 - needs internet connection + sed -i -e "/convertertest\.cpp/d" autotests/CMakeLists.txt || die +}