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 110AC138351 for ; Wed, 15 Jan 2020 19:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26819E07B3; Wed, 15 Jan 2020 19:56: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 03A3EE07B3 for ; Wed, 15 Jan 2020 19:56:42 +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 E1DCC34DF02 for ; Wed, 15 Jan 2020 19:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7C389 for ; Wed, 15 Jan 2020 19:56: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: <1579118184.c61861bed14065df43e6214546305146a622cc08.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-5.0.9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c61861bed14065df43e6214546305146a622cc08 X-VCS-Branch: master Date: Wed, 15 Jan 2020 19:56: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: 2397de4c-7c39-4f2f-b66a-79f09851973c X-Archives-Hash: 623d9c24cabe6bba10ac75274ca1f15a commit: c61861bed14065df43e6214546305146a622cc08 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 15 19:56:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 15 19:56:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c61861be app-office/kmymoney: Raise minimum gwenhywfar/aqbanking versions Upstream commit a93ef28170003594a3ec2636c86706a39f6bf867 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index 87fc4c22a7..8208c901e7 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -72,8 +72,8 @@ COMMON_DEPEND=" ) calendar? ( dev-libs/libical:= ) hbci? ( - >=net-libs/aqbanking-5.99.40_beta - >=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5] + >=net-libs/aqbanking-5.99.45 + >=sys-libs/gwenhywfar-5.1.1:=[qt5] ) holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 ) ofx? ( dev-libs/libofx )