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 6BC5F15817D for ; Wed, 19 Jun 2024 08:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4565E2A63; Wed, 19 Jun 2024 08:56:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89BD8E2A63 for ; Wed, 19 Jun 2024 08:56:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8589E335DC0 for ; Wed, 19 Jun 2024 08:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCCB31C66 for ; Wed, 19 Jun 2024 08:56:45 +0000 (UTC) From: "Pacho Ramos" 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" Message-ID: <1718787243.f2c9bb2016406e601e93f292d2d5e492e2619ca3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gom/gom-0.5.1.ebuild X-VCS-Directories: dev-libs/gom/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f2c9bb2016406e601e93f292d2d5e492e2619ca3 X-VCS-Branch: master Date: Wed, 19 Jun 2024 08:56:45 +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: d86a34c5-cfee-450f-9aee-877c02af6f9b X-Archives-Hash: a6b2b995f422ec55bce2854ec50d63d4 commit: f2c9bb2016406e601e93f292d2d5e492e2619ca3 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 19 08:54:03 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 19 08:54:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c9bb20 dev-libs/gom: Fix dependencies Closes: https://bugs.gentoo.org/934423 Signed-off-by: Pacho Ramos gentoo.org> dev-libs/gom/gom-0.5.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/gom/gom-0.5.1.ebuild b/dev-libs/gom/gom-0.5.1.ebuild index 57602b494bae..f5f66a8129c5 100644 --- a/dev-libs/gom/gom-0.5.1.ebuild +++ b/dev-libs/gom/gom-0.5.1.ebuild @@ -25,8 +25,7 @@ RDEPEND=" >=dev-python/pygobject-3.16:3[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} - gtk-doc? ( dev-util/gtk-doc - app-text/docbook-xml-dtd:4.3 ) + gtk-doc? ( dev-util/gi-docgen ) virtual/pkgconfig test? ( x11-libs/gdk-pixbuf:2 ) "