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 C7B6B138350 for ; Thu, 9 Apr 2020 09:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC8E0E08F9; Thu, 9 Apr 2020 09:54:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D384DE08F9 for ; Thu, 9 Apr 2020 09:54:45 +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 8355934EFEE for ; Thu, 9 Apr 2020 09:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 189B89C for ; Thu, 9 Apr 2020 09:54:42 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1586426038.841368eb7b24118cf7328707d3eef0142a4ad816.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-katex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild X-VCS-Directories: dev-python/sphinxcontrib-katex/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 841368eb7b24118cf7328707d3eef0142a4ad816 X-VCS-Branch: dev Date: Thu, 9 Apr 2020 09:54:42 +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: 735c4490-a68d-4991-a3d6-5c93ba3a5d1a X-Archives-Hash: aa78efc48239bf5fc592725010e6679f commit: 841368eb7b24118cf7328707d3eef0142a4ad816 Author: Sergey Torokhov yandex ru> AuthorDate: Thu Apr 9 09:53:58 2020 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Thu Apr 9 09:53:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=841368eb dev-python/sphinxcontrib-katex: replace unnecessary PDEPEND with RDEPEND Signed-off-by: Sergey Torokhov yandex.ru> dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild index 1ea60c7..aee195e 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild @@ -14,8 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -# avoid circular dependency with sphinx -PDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=( "CONTRIBUTING.rst" "README.rst" )