From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A4921581B9 for ; Fri, 03 Oct 2025 00:36:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A454E335D3A for ; Fri, 03 Oct 2025 00:36:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 98F0B1103E2; Fri, 03 Oct 2025 00:36:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 92DB81103E2 for ; Fri, 03 Oct 2025 00:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 254B4340D4C for ; Fri, 03 Oct 2025 00:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E0A3AAC for ; Fri, 03 Oct 2025 00:33:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759451423.8a43e0afb3df9efc876f048e8678bbec7b7045e8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/pango/pango-1.56.4-r1.ebuild x11-libs/pango/pango-1.56.4-r2.ebuild x11-libs/pango/pango-1.57.0.ebuild X-VCS-Directories: x11-libs/pango/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8a43e0afb3df9efc876f048e8678bbec7b7045e8 X-VCS-Branch: master Date: Fri, 03 Oct 2025 00:33:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c46ec45-6a88-4627-825a-84f7c4b2b92c X-Archives-Hash: 27e34bc311c7fff897e30b7673a0373b commit: 8a43e0afb3df9efc876f048e8678bbec7b7045e8 Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Tue Sep 23 21:07:25 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 3 00:30:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a43e0af 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.mx> Part-of: https://github.com/gentoo/gentoo/pull/43913 Closes: https://github.com/gentoo/gentoo/pull/43913 Signed-off-by: Sam James gentoo.org> 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 533b07531191..705dd100fabf 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 c1c0b5b45dc6..154035ca29e1 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 7a5bfa239420..a8b6bb5799cd 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 ) "