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 CA0BF139694 for ; Wed, 22 Mar 2017 20:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E194421C028; Wed, 22 Mar 2017 20:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B6F3721C028 for ; Wed, 22 Mar 2017 20:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAF0133E142 for ; Wed, 22 Mar 2017 20:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A01BE7167 for ; Wed, 22 Mar 2017 20:36:38 +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: <1490214983.77f219e170823ea315c4b969e5c8c36c0327a6fe.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-17.04.49.9999.ebuild kde-apps/kate/kate-9999.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77f219e170823ea315c4b969e5c8c36c0327a6fe X-VCS-Branch: master Date: Wed, 22 Mar 2017 20:36:38 +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: 60348fbb-6eb0-4770-9f6c-56a0b244a0f8 X-Archives-Hash: b8bb53713f85ab393c33753021293564 commit: 77f219e170823ea315c4b969e5c8c36c0327a6fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 22 20:36:23 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 20:36:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77f219e1 kde-apps/kate: Fix tests Reported-by: Frank Krömmelbein gmx.de> Gentoo-bug: 612776 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kate/kate-17.04.49.9999.ebuild | 7 +++++++ kde-apps/kate/kate-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/kde-apps/kate/kate-17.04.49.9999.ebuild b/kde-apps/kate/kate-17.04.49.9999.ebuild index 4f6a7c79e0..e56477e39f 100644 --- a/kde-apps/kate/kate-17.04.49.9999.ebuild +++ b/kde-apps/kate/kate-17.04.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="optional" KDE_TEST="true" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Kate is an advanced text editor" @@ -52,6 +53,12 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + kde5_src_prepare + # test hangs + sed -e "/session_manager_test/d" -i kate/autotests/CMakeLists.txt || die +} + src_configure() { local mycmakeargs=( -DBUILD_ADDONS=$(usex addons) diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index 4f6a7c79e0..e56477e39f 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="optional" KDE_TEST="true" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Kate is an advanced text editor" @@ -52,6 +53,12 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + kde5_src_prepare + # test hangs + sed -e "/session_manager_test/d" -i kate/autotests/CMakeLists.txt || die +} + src_configure() { local mycmakeargs=( -DBUILD_ADDONS=$(usex addons)