summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-14 16:13:37 +0100
committerSam James <sam@gentoo.org>2022-06-14 16:13:54 +0100
commitd7aa7679d02639900205cb2b4d85158bec07ddec (patch)
tree68049e2511eeca3f36ef704910e74797ec58baeb /dev-libs
parentdev-libs/libdbusmenu: EAPI 8; drop unnecessary dep (diff)
downloadgentoo-d7aa7679d02639900205cb2b4d85158bec07ddec.tar.gz
gentoo-d7aa7679d02639900205cb2b4d85158bec07ddec.tar.bz2
gentoo-d7aa7679d02639900205cb2b4d85158bec07ddec.zip
dev-libs/gobject-introspection: use BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild
index 16459b1e0796..10f35c92331b 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild
@@ -32,8 +32,10 @@ RDEPEND="
${PYTHON_DEPS}
"
# Wants real bison, not virtual/yacc
-DEPEND="${RDEPEND}
- gtk-doc? ( >=dev-util/gtk-doc-1.19
+DEPEND="${RDEPEND}"
+BDEPEND="
+ gtk-doc? (
+ >=dev-util/gtk-doc-1.19
app-text/docbook-xml-dtd:4.3
app-text/docbook-xml-dtd:4.5
)