commit:     709515028d84791ac669ccd9b2df8f919f8d4c20
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 19 00:40:00 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:40:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70951502

app-office/gnucash: Fix sys-libs/gwenhywfar dependency

Building with aqbanking and gui flags relies on
>=sys-libs/gwenhywfar-4.20.2[gtk]. Without it, when building with gui
and aqbanking USE flags, gnucash tries to build bundled
libgwengui-gtk3.so.

Bug: https://bugs.gentoo.org/695386
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/gnucash/gnucash-3.7.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-office/gnucash/gnucash-3.7.ebuild 
b/app-office/gnucash/gnucash-3.7.ebuild
index 824af8b7d91..c88c0aa803b 100644
--- a/app-office/gnucash/gnucash-3.7.ebuild
+++ b/app-office/gnucash/gnucash-3.7.ebuild
@@ -35,8 +35,8 @@ RDEPEND="
        dev-libs/icu:=
        dev-libs/libxslt
        aqbanking? (
-               >=net-libs/aqbanking-5[gtk,ofx?]
-               sys-libs/gwenhywfar[gtk]
+               >=net-libs/aqbanking-5[ofx?]
+               sys-libs/gwenhywfar
                chipcard? ( sys-libs/libchipcard )
        )
        gnome-keyring? ( >=app-crypt/libsecret-0.18 )
@@ -44,6 +44,7 @@ RDEPEND="
                gnome-base/dconf
                net-libs/webkit-gtk:4=
                >=x11-libs/gtk+-3.14.0:3
+               aqbanking? ( >=sys-libs/gwenhywfar-4.20.2[gtk] )
        )
        mysql? (
                dev-db/libdbi

Reply via email to