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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5A45158086 for ; Thu, 18 Nov 2021 14:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA860E0843; Thu, 18 Nov 2021 14:47:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A6BFE0843 for ; Thu, 18 Nov 2021 14:47:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F06F3342B1E for ; Thu, 18 Nov 2021 14:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7022F164 for ; Thu, 18 Nov 2021 14:47:15 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1637246776.b40a6d4ba54b379f354a166163d279048d983c75.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-4.8.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: b40a6d4ba54b379f354a166163d279048d983c75 X-VCS-Branch: master Date: Thu, 18 Nov 2021 14:47:15 +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: d581aa09-6d26-4c8a-907b-3cd536c03f6a X-Archives-Hash: 7782fa677d50014cbed235a6fed89bc8 commit: b40a6d4ba54b379f354a166163d279048d983c75 Author: Aaron W. Swenson gentoo org> AuthorDate: Thu Nov 18 14:46:16 2021 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Thu Nov 18 14:46:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40a6d4b app-office/gnucash: Re-fix RDEPEND Closes: https://bugs.gentoo.org/787419 Signed-off-by: Aaron W. Swenson gentoo.org> app-office/gnucash/gnucash-4.8.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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