From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76B9F158092 for ; Tue, 14 Jun 2022 15:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 741E0E086F; Tue, 14 Jun 2022 15:14:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EB17E086F for ; Tue, 14 Jun 2022 15:14:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E85A341632 for ; Tue, 14 Jun 2022 15:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF6AF4FB for ; Tue, 14 Jun 2022 15:14:02 +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: <1655219634.d7aa7679d02639900205cb2b4d85158bec07ddec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7aa7679d02639900205cb2b4d85158bec07ddec X-VCS-Branch: master Date: Tue, 14 Jun 2022 15:14:02 +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: 0261349f-9f78-4877-9e17-bf9253d9d705 X-Archives-Hash: 4359fdd5021c758aa04d109ad0629b11 commit: d7aa7679d02639900205cb2b4d85158bec07ddec Author: Sam James gentoo org> AuthorDate: Tue Jun 14 15:13:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 14 15:13:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7aa7679 dev-libs/gobject-introspection: use BDEPEND Signed-off-by: Sam James gentoo.org> dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild | 6 ++++-- 1 file 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 )