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 462671382C5 for ; Sun, 11 Apr 2021 20:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E7EE088C; Sun, 11 Apr 2021 20:03:28 +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 8992AE088C for ; Sun, 11 Apr 2021 20:03:28 +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 725A8340CFE for ; Sun, 11 Apr 2021 20:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65233729 for ; Sun, 11 Apr 2021 20:03:23 +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: <1618171365.f507f86e6375ddd9de5b3f2103ba8c4774dd3ba8.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-5.1.9999.ebuild 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: f507f86e6375ddd9de5b3f2103ba8c4774dd3ba8 X-VCS-Branch: master Date: Sun, 11 Apr 2021 20:03:23 +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: 59b8d59c-9325-4d11-a066-2f95028c9274 X-Archives-Hash: bbca9b2ef951d8e236acf403c314d71f commit: f507f86e6375ddd9de5b3f2103ba8c4774dd3ba8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 11 19:29:02 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 11 20:02:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f507f86e app-office/kmymoney: Add missing DEPEND Upstream commit 6c351cafc0560c42d11390d6daab1f2e974a7954 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.1.9999.ebuild | 3 ++- app-office/kmymoney/kmymoney-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.1.9999.ebuild b/app-office/kmymoney/kmymoney-5.1.9999.ebuild index 945b7a6df0..b4b8ad0fa4 100644 --- a/app-office/kmymoney/kmymoney-5.1.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.9999.ebuild @@ -71,6 +71,7 @@ RDEPEND=" ) calendar? ( dev-libs/libical:= ) hbci? ( + >=dev-qt/qtdeclarative-${QTMIN}:5 >=net-libs/aqbanking-6.0.1 >=sys-libs/gwenhywfar-5.1.2:=[qt5] ) @@ -93,7 +94,7 @@ src_configure() { local mycmakeargs=( -DENABLE_OFXIMPORTER=ON -DENABLE_WEBENGINE=ON - -DENABLE_WEBOOB=OFF + -DENABLE_WEBOOB=OFF # ported to Py3; not yet re-added in Gentoo -DUSE_QT_DESIGNER=OFF $(cmake_use_find_package activities KF5Activities) $(cmake_use_find_package addressbook KF5Akonadi) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index bc237999c4..cb0bb9ff8f 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -70,6 +70,7 @@ RDEPEND=" ) calendar? ( dev-libs/libical:= ) hbci? ( + >=dev-qt/qtdeclarative-${QTMIN}:5 >=net-libs/aqbanking-6.2.5 >=sys-libs/gwenhywfar-5.4.1:=[qt5] ) @@ -92,7 +93,7 @@ src_configure() { local mycmakeargs=( -DENABLE_OFXIMPORTER=ON -DENABLE_WEBENGINE=ON - -DENABLE_WEBOOB=OFF + -DENABLE_WEBOOB=OFF # ported to Py3; not yet re-added in Gentoo -DUSE_QT_DESIGNER=OFF $(cmake_use_find_package activities KF5Activities) $(cmake_use_find_package addressbook KF5Akonadi)