commit: f507f86e6375ddd9de5b3f2103ba8c4774dd3ba8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 19:29:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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)