summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-18 20:11:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-18 20:13:23 +0200
commit2476a04b61f3d2fef92af5bd188593dcc6ba6e5c (patch)
treefa479be31a9c157484099ca9585489e07bbe1979
parentnet-libs/aqbanking: 5.8.2 version bump (diff)
downloadgentoo-2476a04b61f3d2fef92af5bd188593dcc6ba6e5c.tar.gz
gentoo-2476a04b61f3d2fef92af5bd188593dcc6ba6e5c.tar.bz2
gentoo-2476a04b61f3d2fef92af5bd188593dcc6ba6e5c.zip
app-office/kmymoney: Re-add USE hbci
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/kmymoney/kmymoney-5.0.6.ebuild8
1 files 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 86b2bc4fc862..e7469b835648 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)