commit: 81161c4ad7018deb995738d847d09f7f2c8d6f40 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Mar 14 12:09:07 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Mar 14 13:20:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81161c4a
dev-util/blueprint-compiler: move pygobject to RDEPEND Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/30123 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> ...ompiler-0.6.0.ebuild => blueprint-compiler-0.6.0-r1.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild similarity index 92% rename from dev-util/blueprint-compiler/blueprint-compiler-0.6.0.ebuild rename to dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild index b54ac7882f03..26026e99abb1 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild @@ -26,7 +26,12 @@ IUSE="doc test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" -RDEPEND="${PYTHON_DEPS}" +RDEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') +" BDEPEND=" ${RDEPEND} doc? ( @@ -37,9 +42,6 @@ BDEPEND=" ) test? ( gui-libs/gtk:4[introspection] - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') ) "
