Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
Date: Mon, 02 Mar 2020 20:30:31
Message-Id: 1583181005.5ff009401e3aeace9248575904a639dd6914feb4.mgorny@gentoo
1 commit: 5ff009401e3aeace9248575904a639dd6914feb4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 2 20:28:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 20:30:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff00940
7
8 dev-python/sphinx: USE=doc requires graphviz
9
10 Closes: https://bugs.gentoo.org/709658
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sphinx/sphinx-2.4.3.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/sphinx/sphinx-2.4.3.ebuild b/dev-python/sphinx/sphinx-2.4.3.ebuild
17 index 2f474efa635..46f34931a94 100644
18 --- a/dev-python/sphinx/sphinx-2.4.3.ebuild
19 +++ b/dev-python/sphinx/sphinx-2.4.3.ebuild
20 @@ -46,6 +46,7 @@ DEPEND="${RDEPEND}
21 dev-python/setuptools[${PYTHON_USEDEP}]
22 doc? (
23 dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
24 + media-gfx/graphviz
25 )
26 test? (
27 dev-python/html5lib[${PYTHON_USEDEP}]