Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-fulltoc/
Date: Thu, 06 Jan 2022 10:42:08
Message-Id: 1641465655.3e5b5938e27110a766af43d943336ee27c01c2dc.viorel_munteanu@gentoo
1 commit: 3e5b5938e27110a766af43d943336ee27c01c2dc
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 6 10:40:55 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Thu Jan 6 10:40:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e5b5938
7
8 dev-python/sphinxcontrib-fulltoc: fix deps
9
10 Closes: https://bugs.gentoo.org/830656
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12
13 dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
17 index 17fd8ac7e..6b0ca1145 100644
18 --- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
19 +++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
20 @@ -19,7 +19,7 @@ LICENSE="Apache-2.0"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23
24 -DEPEND=""
25 +DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
26 RDEPEND="${DEPEND}"
27 BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"