From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1464003-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 7587F158020 for <garchives@archives.gentoo.org>; Sun, 4 Dec 2022 19:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 864ACE0858; Sun, 4 Dec 2022 19:42:07 +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 6EA8EE0858 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Dec 2022 19:42:07 +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 928353412DD for <gentoo-commits@lists.gentoo.org>; Sun, 4 Dec 2022 19:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF01A776 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Dec 2022 19:42:03 +0000 (UTC) From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1670182908.c42b8d0cee927964d2e86e0674aad7eaddcf8b8f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmanette/libmanette-0.2.6.ebuild X-VCS-Directories: dev-libs/libmanette/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c42b8d0cee927964d2e86e0674aad7eaddcf8b8f X-VCS-Branch: master Date: Sun, 4 Dec 2022 19:42:03 +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: 2e6d3268-2b12-4514-aa79-4800c419f8d7 X-Archives-Hash: d38966ae7728b733279f14694e9750e9 commit: c42b8d0cee927964d2e86e0674aad7eaddcf8b8f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 19:34:57 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 19:41:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42b8d0c dev-libs/libmanette: Depend on gtk-doc for USE=gtk-doc Closes: https://bugs.gentoo.org/867268 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/libmanette/libmanette-0.2.6.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libmanette/libmanette-0.2.6.ebuild b/dev-libs/libmanette/libmanette-0.2.6.ebuild index 394a5012c527..a5d3ab5156db 100644 --- a/dev-libs/libmanette/libmanette-0.2.6.ebuild +++ b/dev-libs/libmanette/libmanette-0.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org gnome2-utils meson vala xdg +inherit gnome.org meson vala xdg DESCRIPTION="Simple GObject game controller library" HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette" @@ -22,6 +22,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + gtk-doc? ( + dev-util/gtk-doc + app-text/docbook-xml-dtd:4.3 + ) vala? ( $(vala_depend) ) virtual/pkgconfig "