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 CE19A1396D0 for ; Tue, 8 Aug 2017 23:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27255E07A9; Tue, 8 Aug 2017 23:49:53 +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 04A22E07A9 for ; Tue, 8 Aug 2017 23:49:53 +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 3BB27341A39 for ; Tue, 8 Aug 2017 23:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1B6E75F8 for ; Tue, 8 Aug 2017 23:49:50 +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: <1502232951.577b76e141c8864c7ba124fba074d19f6573f6b2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 577b76e141c8864c7ba124fba074d19f6573f6b2 X-VCS-Branch: master Date: Tue, 8 Aug 2017 23:49:50 +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: 581d216e-0d4b-4251-ba20-211fc1735d0b X-Archives-Hash: d32f4d617df3e57ab0cef41d48a499b3 commit: 577b76e141c8864c7ba124fba074d19f6573f6b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 8 22:55:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 8 22:55:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=577b76e1 app-office/kmymoney: Switch KDE_TEST back to forceoptional Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-office/kmymoney/kmymoney-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index dfd668d3bd..749217a57b 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_HANDBOOK="optional" -KDE_TEST="forceoptional-recursive" +KDE_TEST="forceoptional" # QT_MINIMAL="5.9.1" # for webengine; defaulting to +webkit until Qt-5.9.1 in tree VIRTUALX_REQUIRED="test" VIRTUALDBUS_TEST="true"