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 AD09E1382C5 for ; Tue, 19 May 2020 07:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4481E0835; Tue, 19 May 2020 07:24:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AB508E0835 for ; Tue, 19 May 2020 07:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 15F0934F0A3 for ; Tue, 19 May 2020 07:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C028F1D6 for ; Tue, 19 May 2020 07:24:45 +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: <1589873044.d11f83440098f7ec74f69ad0066a7fb8d2d99e90.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.34.1-r1.ebuild X-VCS-Directories: dev-util/gnome-builder/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d11f83440098f7ec74f69ad0066a7fb8d2d99e90 X-VCS-Branch: master Date: Tue, 19 May 2020 07:24: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: 2bcdd184-8e17-4140-9d08-df66236f3732 X-Archives-Hash: bde22308652f56110b7c7e35eaab0466 commit: d11f83440098f7ec74f69ad0066a7fb8d2d99e90 Author: Mart Raudsepp gentoo org> AuthorDate: Tue May 19 04:41:53 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue May 19 07:24:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f8344 dev-util/gnome-builder: fix missing build dep for USE=doc Closes: https://bugs.gentoo.org/720738 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/gnome-builder/gnome-builder-3.34.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/gnome-builder/gnome-builder-3.34.1-r1.ebuild b/dev-util/gnome-builder/gnome-builder-3.34.1-r1.ebuild index 72012390162..a46b8a4cacf 100644 --- a/dev-util/gnome-builder/gnome-builder-3.34.1-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-3.34.1-r1.ebuild @@ -75,7 +75,8 @@ DEPEND="${RDEPEND}" # desktop-file-utils required for tests, but we have it in deptree for xdg update-desktop-database anyway, so be explicit and unconditional # appstream-glib needed for validation with appstream-util with FEATURES=test BDEPEND=" - doc? ( dev-python/sphinx ) + doc? ( dev-python/sphinx + dev-python/sphinx_rtd_theme ) gtk-doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.3 ) test? (