Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
Date: Fri, 14 Aug 2020 23:22:33
Message-Id: 1597447297.2687d8a92702fb926f794d7b63275d0e79dbdf37.asturm@gentoo
1 commit: 2687d8a92702fb926f794d7b63275d0e79dbdf37
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:27:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2687d8a9
7
8 dev-python/sphinx: Drop superfluous python_gen_cond_dep w/o python2_7
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/sphinx/sphinx-1.7.5-r2.ebuild | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
16 index 927ce2b8cf9..5445f8615b2 100644
17 --- a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
18 +++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
19 @@ -34,7 +34,6 @@ RDEPEND="
20 >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
21 dev-python/packaging[${PYTHON_USEDEP}]
22 dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
23 - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' -2)
24 latex? (
25 dev-texlive/texlive-latexextra
26 dev-texlive/texlive-luatex
27 @@ -47,7 +46,6 @@ RDEPEND="
28 DEPEND="${RDEPEND}
29 dev-python/setuptools[${PYTHON_USEDEP}]
30 test? (
31 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' -2)
32 dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
33 dev-python/html5lib[${PYTHON_USEDEP}]
34 dev-python/mock[${PYTHON_USEDEP}]