diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-03-14 14:09:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-14 14:20:47 +0100 |
commit | 81161c4ad7018deb995738d847d09f7f2c8d6f40 (patch) | |
tree | c41e99967d6f3ecfa7b456baf78a1fcb7ae18165 /dev-util/blueprint-compiler | |
parent | sci-electronics/klayout: remove 0.27.10 (diff) | |
download | gentoo-81161c4ad7018deb995738d847d09f7f2c8d6f40.tar.gz gentoo-81161c4ad7018deb995738d847d09f7f2c8d6f40.tar.bz2 gentoo-81161c4ad7018deb995738d847d09f7f2c8d6f40.zip |
dev-util/blueprint-compiler: move pygobject to RDEPEND
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30123
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-util/blueprint-compiler')
-rw-r--r-- | dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild (renamed from dev-util/blueprint-compiler/blueprint-compiler-0.6.0.ebuild) | 10 |
1 files 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 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}] - ') ) " |