From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1660054-garchives=archives.gentoo.org@lists.gentoo.org>
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 ABC89159C9B
	for <garchives@archives.gentoo.org>; Fri,  9 Aug 2024 09:54:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3CF7F2BC08F;
	Fri,  9 Aug 2024 09:54:22 +0000 (UTC)
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 pigeon.gentoo.org (Postfix) with ESMTPS id 1A83F2BC08C
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Aug 2024 09:54:22 +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 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3683C3430B9
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Aug 2024 09:54:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 68ED01ECB
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Aug 2024 09:54:17 +0000 (UTC)
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org>
Message-ID: <1723197201.8c9a3e373f324e6096e9169d7833d0189a6c53f2.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
X-VCS-Directories: dev-util/gdbus-codegen/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 8c9a3e373f324e6096e9169d7833d0189a6c53f2
X-VCS-Branch: master
Date: Fri,  9 Aug 2024 09:54:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9a1a6538-eae1-4050-9aa1-7d5709c96b24
X-Archives-Hash: 52727af17e2b6a221bdbdb299b72e2b5

commit:     8c9a3e373f324e6096e9169d7833d0189a6c53f2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 09:37:54 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 09:53:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9a3e37

dev-util/gdbus-codegen: fix dependencies

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
index 03f20da619da..38ca21ff9ba0 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="
 	dev-libs/libxslt
 	app-text/docbook-xsl-stylesheets
+	>=dev-python/docutils-0.21.1
 "
 
 S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"