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 BEAEC138335 for ; Mon, 12 Aug 2019 18:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AA65E07D7; Mon, 12 Aug 2019 18:23:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EA441E07D7 for ; Mon, 12 Aug 2019 18:23:27 +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 2337F3499B2 for ; Mon, 12 Aug 2019 18:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B44759 for ; Mon, 12 Aug 2019 18:23:25 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1565634199.44d4087f698df31261362364c8b65a52fcde37dd.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.8.3.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 44d4087f698df31261362364c8b65a52fcde37dd X-VCS-Branch: master Date: Mon, 12 Aug 2019 18:23:25 +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: 4f59ddb5-013d-4518-8ad5-2f33f72ad992 X-Archives-Hash: 30d10388737b5b580ff1525e1e077d09 commit: 44d4087f698df31261362364c8b65a52fcde37dd Author: Matthew Thode gentoo org> AuthorDate: Mon Aug 12 18:21:54 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Aug 12 18:23:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d4087f app-admin/ansible: fix doc builds Closes: https://bugs.gentoo.org/691578 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.8.3.ebuild | 5 ++++- app-admin/ansible/ansible-9999.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.8.3.ebuild b/app-admin/ansible/ansible-2.8.3.ebuild index e6b530db760..851a6fa4e71 100644 --- a/app-admin/ansible/ansible-2.8.3.ebuild +++ b/app-admin/ansible/ansible-2.8.3.ebuild @@ -32,7 +32,10 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/packaging-16.6[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] + ) test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 7d03f14a7d6..c35e90491f7 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -33,7 +33,11 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/packaging-16.6[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] + >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] + ) test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}]