mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/blueprint-compiler: Add missing test dependency
Closes: https://bugs.gentoo.org/833823 Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
@@ -28,8 +28,9 @@ HOMEPAGE="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="doc"
|
||||
IUSE="doc test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
@@ -39,6 +40,12 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
gui-libs/gtk:4[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
|
||||
@@ -28,8 +28,9 @@ HOMEPAGE="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="doc"
|
||||
IUSE="doc test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
@@ -39,6 +40,12 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
gui-libs/gtk:4[introspection]
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user