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 59CAF158086 for ; Sun, 9 Jan 2022 11:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A57E92BC015; Sun, 9 Jan 2022 11:32:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F0682BC01D for ; Sun, 9 Jan 2022 11:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F18A342FCA for ; Sun, 9 Jan 2022 11:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75F43291 for ; Sun, 9 Jan 2022 11:32:22 +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: <1641727642.8dc2e4e772c5ddc5a2cf64c65af534b4cb81cdce.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: 8dc2e4e772c5ddc5a2cf64c65af534b4cb81cdce X-VCS-Branch: dev Date: Sun, 9 Jan 2022 11:32:22 +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: c5ac9a48-e4dc-41d9-8a05-ee448e59ff20 X-Archives-Hash: 944011d6b2753cb0a5f0c8589f5f5bb8 commit: 8dc2e4e772c5ddc5a2cf64c65af534b4cb81cdce Author: Viorel Munteanu gmail com> AuthorDate: Sun Jan 9 11:27:22 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Sun Jan 9 11:27:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc2e4e7 dev-python/sphinxcontrib-fulltoc: rewrite deps Signed-off-by: Viorel Munteanu gmail.com> dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild index 6b0ca1145..b148c9501 100644 --- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild +++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild @@ -19,8 +19,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]" export OSLO_PACKAGE_VERSION=${PV}