mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
x11-libs/pango: add dev-libs/gobject-introspection as BDEPEND
Both `dev-libs/gobject-introspection` and `dev-util/gi-docgen` are required at build time to generate the documentation Closes: https://bugs.gentoo.org/959579 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/43913 Closes: https://github.com/gentoo/gentoo/pull/43913 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
65f0fba5cf
commit
8a43e0afb3
@ -39,7 +39,12 @@ BDEPEND="
|
||||
dev-util/glib-utils
|
||||
virtual/pkgconfig
|
||||
dev-python/docutils
|
||||
gtk-doc? ( dev-util/gi-docgen )
|
||||
gtk-doc? (
|
||||
introspection? (
|
||||
>=dev-libs/gobject-introspection-1.83.2
|
||||
dev-util/gi-docgen
|
||||
)
|
||||
)
|
||||
test? ( media-fonts/cantarell )
|
||||
"
|
||||
|
||||
|
||||
@ -39,7 +39,12 @@ BDEPEND="
|
||||
dev-util/glib-utils
|
||||
virtual/pkgconfig
|
||||
dev-python/docutils
|
||||
gtk-doc? ( dev-util/gi-docgen )
|
||||
gtk-doc? (
|
||||
introspection? (
|
||||
>=dev-libs/gobject-introspection-1.83.2
|
||||
dev-util/gi-docgen
|
||||
)
|
||||
)
|
||||
test? ( media-fonts/cantarell )
|
||||
"
|
||||
|
||||
|
||||
@ -39,7 +39,12 @@ BDEPEND="
|
||||
dev-util/glib-utils
|
||||
virtual/pkgconfig
|
||||
dev-python/docutils
|
||||
gtk-doc? ( dev-util/gi-docgen )
|
||||
gtk-doc? (
|
||||
introspection? (
|
||||
>=dev-libs/gobject-introspection-1.83.2
|
||||
dev-util/gi-docgen
|
||||
)
|
||||
)
|
||||
test? ( media-fonts/cantarell )
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user