From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-969216-garchives=archives.gentoo.org@lists.gentoo.org> 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 5BBD91396D1 for <garchives@archives.gentoo.org>; Sat, 26 Aug 2017 23:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D601FC005; Sat, 26 Aug 2017 23:16:30 +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 719C81FC005 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2017 23:16:30 +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 5747B34183E for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2017 23:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E0E83C1 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2017 23:16:27 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1503782976.4100e27f53a1499be5f80e978ca58afc09509a32.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: 4100e27f53a1499be5f80e978ca58afc09509a32 X-VCS-Branch: master Date: Sat, 26 Aug 2017 23:16:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 011d889b-c564-4687-bc18-997dc0e2de1c X-Archives-Hash: c1a56a67a667a2e2a984efcccbce5a02 commit: 4100e27f53a1499be5f80e978ca58afc09509a32 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 26 21:29:36 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 26 21:29:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4100e27f app-office/kmymoney: BUILD_TESTING=OFF fixed upstream, fix DEPENDs Reported-by: gentermini in #gentoo-kde Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-office/kmymoney/kmymoney-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index dfd668d3bd..a183bd4b31 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" @@ -66,7 +66,10 @@ COMMON_DEPEND=" ) holidays? ( $(add_kdeapps_dep kholidays) ) ofx? ( dev-libs/libofx ) - webkit? ( $(add_qt_dep qtwebkit) ) + webkit? ( + $(add_frameworks_dep kdewebkit) + $(add_qt_dep qtwebkit) + ) !webkit? ( $(add_qt_dep qtwebengine 'widgets') ) weboob? ( $(add_frameworks_dep kross)