From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F45D1382C5 for ; Tue, 1 Dec 2020 10:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9292E0824; Tue, 1 Dec 2020 10:12:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89077E0824 for ; Tue, 1 Dec 2020 10:12:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 099B23410BD for ; Tue, 1 Dec 2020 10:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74946474 for ; Tue, 1 Dec 2020 10:12:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606817514.e6de90e511e93aab2f6a8c0f774c4719e5a32ee9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/, dev-python/sphinx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch dev-python/sphinx/sphinx-3.2.1.ebuild dev-python/sphinx/sphinx-3.3.1.ebuild X-VCS-Directories: dev-python/sphinx/ dev-python/sphinx/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e6de90e511e93aab2f6a8c0f774c4719e5a32ee9 X-VCS-Branch: master Date: Tue, 1 Dec 2020 10:12:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25b902a9-7041-432a-913f-3ea696628f0e X-Archives-Hash: 97aa2b5d48f6c2fe574f318d95793ac9 commit: e6de90e511e93aab2f6a8c0f774c4719e5a32ee9 Author: Sam James gentoo org> AuthorDate: Tue Dec 1 10:11:54 2020 +0000 Commit: Sam James gentoo 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 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() {