summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2021-11-18 09:46:16 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2021-11-18 09:46:16 -0500
commitb40a6d4ba54b379f354a166163d279048d983c75 (patch)
tree6bacadd4a5327814c026f011bd3be3d8d17f0292
parentdev-lang/php: Version bump for 7.3.33 (diff)
downloadgentoo-b40a6d4b.tar.gz
gentoo-b40a6d4b.tar.bz2
gentoo-b40a6d4b.zip
app-office/gnucash: Re-fix RDEPEND
Closes: https://bugs.gentoo.org/787419 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
-rw-r--r--app-office/gnucash/gnucash-4.8.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-office/gnucash/gnucash-4.8.ebuild b/app-office/gnucash/gnucash-4.8.ebuild
index fb509d8f311a..6223a5c499fe 100644
--- a/app-office/gnucash/gnucash-4.8.ebuild
+++ b/app-office/gnucash/gnucash-4.8.ebuild
@@ -57,7 +57,12 @@ RDEPEND="
dev-db/libdbi
dev-db/libdbi-drivers[postgres]
)
- python? ( ${PYTHON_DEPS} )
+ python? (
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ ')
+ )
quotes? (
>=dev-perl/Finance-Quote-1.11
dev-perl/Date-Manip