From 8a43e0afb3df9efc876f048e8678bbec7b7045e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Oth=C3=B3n=20Mart=C3=ADnez=20Vera?= Date: Tue, 23 Sep 2025 15:07:25 -0600 Subject: [PATCH] x11-libs/pango: add dev-libs/gobject-introspection as BDEPEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Part-of: https://github.com/gentoo/gentoo/pull/43913 Closes: https://github.com/gentoo/gentoo/pull/43913 Signed-off-by: Sam James --- x11-libs/pango/pango-1.56.4-r1.ebuild | 7 ++++++- x11-libs/pango/pango-1.56.4-r2.ebuild | 7 ++++++- x11-libs/pango/pango-1.57.0.ebuild | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/x11-libs/pango/pango-1.56.4-r1.ebuild b/x11-libs/pango/pango-1.56.4-r1.ebuild index 533b07531191c..705dd100fabfe 100644 --- a/x11-libs/pango/pango-1.56.4-r1.ebuild +++ b/x11-libs/pango/pango-1.56.4-r1.ebuild @@ -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 ) " diff --git a/x11-libs/pango/pango-1.56.4-r2.ebuild b/x11-libs/pango/pango-1.56.4-r2.ebuild index c1c0b5b45dc6d..154035ca29e1d 100644 --- a/x11-libs/pango/pango-1.56.4-r2.ebuild +++ b/x11-libs/pango/pango-1.56.4-r2.ebuild @@ -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 ) " diff --git a/x11-libs/pango/pango-1.57.0.ebuild b/x11-libs/pango/pango-1.57.0.ebuild index 7a5bfa2394205..a8b6bb5799cd7 100644 --- a/x11-libs/pango/pango-1.57.0.ebuild +++ b/x11-libs/pango/pango-1.57.0.ebuild @@ -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 ) "