diff options
author | Sam James <sam@gentoo.org> | 2022-01-03 05:21:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-03 05:21:35 +0000 |
commit | e3c669810259e776f9c393a568beb4729410011d (patch) | |
tree | de098d7e55c24ce3813551f05a0fef916de40a15 /dev-util | |
parent | dev-util/diffuse: add blocker to RDEPEND (diff) | |
download | gentoo-e3c669810259e776f9c393a568beb4729410011d.tar.gz gentoo-e3c669810259e776f9c393a568beb4729410011d.tar.bz2 gentoo-e3c669810259e776f9c393a568beb4729410011d.zip |
dev-util/diffuse: keep ${PYTHON_DEPS} in RDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffuse/diffuse-0.7.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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] |