summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-01 10:11:54 +0000
committerSam James <sam@gentoo.org>2020-12-01 10:11:54 +0000
commite6de90e511e93aab2f6a8c0f774c4719e5a32ee9 (patch)
tree3f2f18da13527131924af71f883675c46af7e2af
parentdev-python/sphinx: fix USE=doc (diff)
downloadgentoo-e6de90e5.tar.gz
gentoo-e6de90e5.tar.bz2
gentoo-e6de90e5.zip
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>
-rw-r--r--dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch (renamed from dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch)0
-rw-r--r--dev-python/sphinx/sphinx-3.2.1.ebuild4
-rw-r--r--dev-python/sphinx/sphinx-3.3.1.ebuild2
3 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch b/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
index 0c1b2ad7d98c..0c1b2ad7d98c 100644
--- a/dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch
+++ b/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
diff --git a/dev-python/sphinx/sphinx-3.2.1.ebuild b/dev-python/sphinx/sphinx-3.2.1.ebuild
index c46ed0085541..14440f9d4361 100644
--- a/dev-python/sphinx/sphinx-3.2.1.ebuild
+++ b/dev-python/sphinx/sphinx-3.2.1.ebuild
@@ -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"
diff --git a/dev-python/sphinx/sphinx-3.3.1.ebuild b/dev-python/sphinx/sphinx-3.3.1.ebuild
index f77fc4923c67..1d28fd613269 100644
--- a/dev-python/sphinx/sphinx-3.3.1.ebuild
+++ b/dev-python/sphinx/sphinx-3.3.1.ebuild
@@ -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() {