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 F2754138334 for ; Sun, 13 Oct 2019 12:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B075E0825; Sun, 13 Oct 2019 12:03:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 15138E0825 for ; Sun, 13 Oct 2019 12:03:16 +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 E5B9534BA3E for ; Sun, 13 Oct 2019 12:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 982A3896 for ; Sun, 13 Oct 2019 12:03:13 +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: <1570968181.a6eb452439c589e3855042819376e6acbc0be01b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/aqbanking/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/aqbanking/aqbanking-5.8.2.ebuild X-VCS-Directories: net-libs/aqbanking/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a6eb452439c589e3855042819376e6acbc0be01b X-VCS-Branch: master Date: Sun, 13 Oct 2019 12:03:13 +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: 24b98709-3d6e-4838-a14e-0e5f19022611 X-Archives-Hash: 8bdd579a11c4f3d1755fd97d02cefd04 commit: a6eb452439c589e3855042819376e6acbc0be01b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 12:02:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 12:03:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6eb4524 net-libs/aqbanking: Fix gwenhywfar minimum version Closes: https://bugs.gentoo.org/662060 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/aqbanking/aqbanking-5.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/aqbanking/aqbanking-5.8.2.ebuild b/net-libs/aqbanking/aqbanking-5.8.2.ebuild index 68bc0e88fb4..cc4d60b4f88 100644 --- a/net-libs/aqbanking/aqbanking-5.8.2.ebuild +++ b/net-libs/aqbanking/aqbanking-5.8.2.ebuild @@ -20,7 +20,7 @@ BDEPEND=" RDEPEND=" app-misc/ktoblzcheck dev-libs/gmp:0= - sys-libs/gwenhywfar:= + >=sys-libs/gwenhywfar-4.20.2-r1:= virtual/libintl ebics? ( dev-libs/xmlsec[gcrypt,gnutls] ) ofx? ( >=dev-libs/libofx-0.9.5 )