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 A5BBA158088 for ; Wed, 27 Oct 2021 08:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09681E086F; Wed, 27 Oct 2021 08:29:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5A74E086F for ; Wed, 27 Oct 2021 08:29:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0702343C0A for ; Wed, 27 Oct 2021 08:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA705192 for ; Wed, 27 Oct 2021 08:29:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1635323355.2a87ddd8972108fcbbf281c941f4fe1fb10e07cc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-4.2.0-r1.ebuild dev-python/sphinx/sphinx-4.2.0.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a87ddd8972108fcbbf281c941f4fe1fb10e07cc X-VCS-Branch: master Date: Wed, 27 Oct 2021 08:29:20 +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: a76c4e1c-b2b5-4d31-aa75-17b31a3aed96 X-Archives-Hash: 174ea1794120f7cf3b4994d30a466b04 commit: 2a87ddd8972108fcbbf281c941f4fe1fb10e07cc Author: Michał Górny gentoo org> AuthorDate: Wed Oct 27 08:24:22 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 27 08:29:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a87ddd8 dev-python/sphinx: Pin docutils version Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx/{sphinx-4.2.0.ebuild => sphinx-4.2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx/sphinx-4.2.0.ebuild b/dev-python/sphinx/sphinx-4.2.0-r1.ebuild similarity index 98% rename from dev-python/sphinx/sphinx-4.2.0.ebuild rename to dev-python/sphinx/sphinx-4.2.0-r1.ebuild index 3bebfedd66b..b3d8ecc5754 100644 --- a/dev-python/sphinx/sphinx-4.2.0.ebuild +++ b/dev-python/sphinx/sphinx-4.2.0-r1.ebuild @@ -23,7 +23,7 @@ IUSE="doc latex" RDEPEND=" =dev-python/Babel-1.3[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] + =dev-python/jinja-2.3[${PYTHON_USEDEP}] >=dev-python/pygments-2.0[${PYTHON_USEDEP}]