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 73E8F138336 for ; Wed, 18 Sep 2019 18:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A26D1E094A; Wed, 18 Sep 2019 18:13:43 +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 8B947E094A for ; Wed, 18 Sep 2019 18:13:43 +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 7DC2634B375 for ; Wed, 18 Sep 2019 18:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 363917F6 for ; Wed, 18 Sep 2019 18:13:40 +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: <1568830403.2476a04b61f3d2fef92af5bd188593dcc6ba6e5c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-5.0.6.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2476a04b61f3d2fef92af5bd188593dcc6ba6e5c X-VCS-Branch: master Date: Wed, 18 Sep 2019 18:13:40 +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: 570c699b-0942-4642-bebe-080bde8bb320 X-Archives-Hash: a089376fabd139dc08bc0c75750a2920 commit: 2476a04b61f3d2fef92af5bd188593dcc6ba6e5c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 18 18:11:41 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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)