summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/kmymoney/kmymoney-5.1.9999.ebuild3
-rw-r--r--app-office/kmymoney/kmymoney-9999.ebuild3
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 945b7a6df0d..b4b8ad0fa4c 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 bc237999c49..cb0bb9ff8fb 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)