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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB9BE138350 for ; Tue, 11 Feb 2020 13:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFFC2E084E; Tue, 11 Feb 2020 13:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA9E1E084E for ; Tue, 11 Feb 2020 13:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21B4434EB12 for ; Tue, 11 Feb 2020 13:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC05711D for ; Tue, 11 Feb 2020 13:00:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1581425998.51aae80c24d5296acab82e78aba5e91e3e122d99.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild X-VCS-Directories: dev-util/gnome-builder/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 51aae80c24d5296acab82e78aba5e91e3e122d99 X-VCS-Branch: master Date: Tue, 11 Feb 2020 13:00:17 +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: 930b456c-2dd3-43fd-8e90-eed541449126 X-Archives-Hash: a7f4c4467f294732af9bbc4f1fc4c4ed commit: 51aae80c24d5296acab82e78aba5e91e3e122d99 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 11 12:56:17 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Feb 11 12:59:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51aae80c dev-util/gnome-builder: add missing deps for USE=gtk-doc Closes: https://bugs.gentoo.org/709270 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild index 6a5297578ad..acfc01d71c9 100644 --- a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild @@ -73,6 +73,8 @@ DEPEND="${RDEPEND}" # appstream-glib needed for validation with appstream-util with FEATURES=test BDEPEND=" doc? ( dev-python/sphinx ) + gtk-doc? ( dev-util/gtk-doc + app-text/docbook-xml-dtd:4.3 ) test? ( dev-libs/appstream-glib sys-apps/dbus )