commit: e3c669810259e776f9c393a568beb4729410011d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 05:21:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 05:21:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c66981
dev-util/diffuse: keep ${PYTHON_DEPS} in RDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/diffuse/diffuse-0.7.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-util/diffuse/diffuse-0.7.2.ebuild
b/dev-util/diffuse/diffuse-0.7.2.ebuild
index bc3aa72a1d0f..461429fba3d2 100644
--- a/dev-util/diffuse/diffuse-0.7.2.ebuild
+++ b/dev-util/diffuse/diffuse-0.7.2.ebuild
@@ -17,7 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="${PYTHON_DEPS}"
# file collision, bug #279018
-RDEPEND="$(python_gen_cond_dep '
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
')
x11-libs/gtk+:3[introspection]