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 8D59D138359 for ; Thu, 6 Aug 2020 21:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84EE4E0827; Thu, 6 Aug 2020 21:46:24 +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 6629BE0827 for ; Thu, 6 Aug 2020 21:46:24 +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 4005534EFC4 for ; Thu, 6 Aug 2020 21:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE176303 for ; Thu, 6 Aug 2020 21:46:21 +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: <1596750313.e1865179a70dc7c5c7d2dcb7f445c0c04552d175.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-8.9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e1865179a70dc7c5c7d2dcb7f445c0c04552d175 X-VCS-Branch: master Date: Thu, 6 Aug 2020 21:46:21 +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: 19548a16-faa0-4e00-8ea0-48346b4538b0 X-Archives-Hash: c6acae902b5a1c870d883f761dd47216 commit: e1865179a70dc7c5c7d2dcb7f445c0c04552d175 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 6 20:00:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 6 21:45:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1865179 app-office/libalkimia: Set VIRTUALX_REQUIRED="test", disable failing Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-8.9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild index 0cb9194843..d0199b68a6 100644 --- a/app-office/libalkimia/libalkimia-8.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.9999.ebuild @@ -8,6 +8,7 @@ ECM_TEST="forceoptional" KDE_ORG_NAME="alkimia" KFMIN=5.60.0 QTMIN=5.12.3 +VIRTUALX_REQUIRED="test" inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then @@ -66,3 +67,11 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # Depends on BUILD_WITH_WEBKIT, bug 736128 + local myctestargs=( + -E "(alkonlinequotestest)" + ) + ecm_src_test +}