commit: 2476a04b61f3d2fef92af5bd188593dcc6ba6e5c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 18:11:41 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 18:13:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2476a04b
app-office/kmymoney: Re-add USE hbci
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/kmymoney/kmymoney-5.0.6.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 86b2bc4fc86..e7469b83564 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
fi
LICENSE="GPL-2"
-IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
@@ -66,6 +66,10 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
+ hbci? (
+ >=net-libs/aqbanking-5.8.2
+ >=sys-libs/gwenhywfar-4.20.2[qt5]
+ )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -99,8 +103,8 @@ src_configure() {
$(cmake-utils_use_find_package addressbook KF5Akonadi)
$(cmake-utils_use_find_package addressbook KF5Contacts)
$(cmake-utils_use_find_package addressbook
KF5IdentityManagement)
- -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
+ -DENABLE_KBANKING=$(usex hbci)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)