Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffuse/
Date: Mon, 03 Jan 2022 05:22:09
Message-Id: 1641187295.e3c669810259e776f9c393a568beb4729410011d.sam@gentoo
1 commit: e3c669810259e776f9c393a568beb4729410011d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 05:21:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 05:21:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c66981
7
8 dev-util/diffuse: keep ${PYTHON_DEPS} in RDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/diffuse/diffuse-0.7.2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/diffuse/diffuse-0.7.2.ebuild b/dev-util/diffuse/diffuse-0.7.2.ebuild
16 index bc3aa72a1d0f..461429fba3d2 100644
17 --- a/dev-util/diffuse/diffuse-0.7.2.ebuild
18 +++ b/dev-util/diffuse/diffuse-0.7.2.ebuild
19 @@ -17,7 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
20
21 BDEPEND="${PYTHON_DEPS}"
22 # file collision, bug #279018
23 -RDEPEND="$(python_gen_cond_dep '
24 +RDEPEND="${PYTHON_DEPS}
25 + $(python_gen_cond_dep '
26 dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
27 ')
28 x11-libs/gtk+:3[introspection]