commit:     e6de90e511e93aab2f6a8c0f774c4719e5a32ee9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 10:11:54 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 10:11:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6de90e5

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 <AT> gentoo.org>

 .../{sphinx-3.3.1-doc-link.patch => sphinx-3.2.1-doc-link.patch}      | 0
 dev-python/sphinx/sphinx-3.2.1.ebuild                                 | 4 ++++
 dev-python/sphinx/sphinx-3.3.1.ebuild                                 | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

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
similarity index 100%
rename from dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch
rename to 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 c46ed008554..14440f9d436 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 f77fc4923c6..1d28fd61326 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() {

Reply via email to