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 55856138334 for ; Mon, 28 Oct 2019 22:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C51EE0952; Mon, 28 Oct 2019 22:52:06 +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 5CD80E0952 for ; Mon, 28 Oct 2019 22:52:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 923A834C51E for ; Mon, 28 Oct 2019 22:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 264EF7FE for ; Mon, 28 Oct 2019 22:52:02 +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: <1572302973.64758450eed88b6fc70790e2826e26ed85422800.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 app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 64758450eed88b6fc70790e2826e26ed85422800 X-VCS-Branch: master Date: Mon, 28 Oct 2019 22:52:02 +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: 14cfc2f8-555a-451f-a626-97975b25eb90 X-Archives-Hash: a7211985bf1e2c243033ea42227b763d commit: 64758450eed88b6fc70790e2826e26ed85422800 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 13:27:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 28 22:49:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=64758450 app-office/kmymoney: Depends on pre-release aqbanking/gwenhywfar versions Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.9999.ebuild | 4 ++-- app-office/kmymoney/kmymoney-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index ba468eca16..67fe7a3bb1 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -67,8 +67,8 @@ COMMON_DEPEND=" ) calendar? ( dev-libs/libical:= ) hbci? ( - >=net-libs/aqbanking-5.8.2 - >=sys-libs/gwenhywfar-4.20.2[qt5] + >=net-libs/aqbanking-5.99.40_beta + >=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5] ) holidays? ( $(add_frameworks_dep kholidays) ) ofx? ( dev-libs/libofx ) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index a9f1c77f0a..b79fa7d81f 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -66,8 +66,8 @@ COMMON_DEPEND=" ) calendar? ( dev-libs/libical:= ) hbci? ( - >=net-libs/aqbanking-5.8.2 - >=sys-libs/gwenhywfar-4.20.2[qt5] + >=net-libs/aqbanking-5.99.40_beta + >=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5] ) holidays? ( $(add_frameworks_dep kholidays) ) ofx? ( dev-libs/libofx )