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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FB48158086 for ; Thu, 6 Jan 2022 10:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0EF92BC032; Thu, 6 Jan 2022 10:42:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 867AA2BC032 for ; Thu, 6 Jan 2022 10:42:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 796A0342F3E for ; Thu, 6 Jan 2022 10:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB411BF for ; Thu, 6 Jan 2022 10:42:04 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1641465655.3e5b5938e27110a766af43d943336ee27c01c2dc.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-fulltoc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild X-VCS-Directories: dev-python/sphinxcontrib-fulltoc/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3e5b5938e27110a766af43d943336ee27c01c2dc X-VCS-Branch: dev Date: Thu, 6 Jan 2022 10:42:04 +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: 7112c636-d2dc-4428-b451-9766f9b20dc2 X-Archives-Hash: d60e7adfdb6f2a0d7d5c91bdfb8cf981 commit: 3e5b5938e27110a766af43d943336ee27c01c2dc Author: Viorel Munteanu gmail com> AuthorDate: Thu Jan 6 10:40:55 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Thu Jan 6 10:40:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e5b5938 dev-python/sphinxcontrib-fulltoc: fix deps Closes: https://bugs.gentoo.org/830656 Signed-off-by: Viorel Munteanu gmail.com> dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild index 17fd8ac7e..6b0ca1145 100644 --- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild +++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild @@ -19,7 +19,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="" +DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"