app-admin/ansible: fix doc builds
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 12 Aug 2019 18:21:54 +0000 (13:21 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 12 Aug 2019 18:23:19 +0000 (13:23 -0500)
Closes: https://bugs.gentoo.org/691578
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-admin/ansible/ansible-2.8.3.ebuild
app-admin/ansible/ansible-9999.ebuild

index e6b530db760ca7867f5c51da75dc27749f21b0ce..851a6fa4e7156b04b4bfa9d6b19d2e7a1bedfcf0 100644 (file)
@@ -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}]
index 7d03f14a7d67adc1291efd462d136f2b730c67eb..c35e90491f7ce859d0bdd4510a0f78d4c9d41868 100644 (file)
@@ -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}]