diff options
author | 2021-01-03 22:54:37 +0000 | |
---|---|---|
committer | 2021-01-03 22:56:10 +0000 | |
commit | 61f778a315348929d3d0fa92450e958d79236fb4 (patch) | |
tree | 06ad8f6843dd49d59bb66b2823c82ba3da66525c /app-office/grisbi | |
parent | app-office/homebank: add libofx subslot dep (diff) | |
download | gentoo-61f778a315348929d3d0fa92450e958d79236fb4.tar.gz gentoo-61f778a315348929d3d0fa92450e958d79236fb4.tar.bz2 gentoo-61f778a315348929d3d0fa92450e958d79236fb4.zip |
app-office/grisbi: add libofx subslot dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/grisbi')
-rw-r--r-- | app-office/grisbi/grisbi-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/grisbi/grisbi-1.2.2.ebuild b/app-office/grisbi/grisbi-1.2.2.ebuild index 4ef1aa7ac930..9efea841de66 100644 --- a/app-office/grisbi/grisbi-1.2.2.ebuild +++ b/app-office/grisbi/grisbi-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ RDEPEND=" ssl? ( libressl? ( dev-libs/libressl:0= ) !libressl? ( >=dev-libs/openssl-1.0.0:0= ) ) - ofx? ( >=dev-libs/libofx-0.9.0 ) + ofx? ( >=dev-libs/libofx-0.9.0:= ) goffice? ( >=x11-libs/goffice-0.10.0 ) " DEPEND="${RDEPEND} |