dev-python/sphinx: backport USE=doc fix to stable

Bug: https://bugs.gentoo.org/728810
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2020-12-01 10:11:54 +00:00
parent 9f0dc63cee
commit e6de90e511
3 changed files with 5 additions and 1 deletions

View File

@@ -62,6 +62,10 @@ BDEPEND="
S="${WORKDIR}/${P^}"
PATCHES=(
"${FILESDIR}/${PN}-3.3.1-doc-link.patch"
)
python_prepare_all() {
# remove tests that fail due to network-sandbox
rm tests/test_build_linkcheck.py || die "Failed to remove web tests"

View File

@@ -63,7 +63,7 @@ BDEPEND="
S="${WORKDIR}/${P^}"
PATCHES=(
"${FILESDIR}/${PN}-3.3.1-doc-link.patch"
"${FILESDIR}/${PN}-3.2.1-doc-link.patch"
)
python_prepare_all() {