mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user