Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Wed, 21 Jun 2017 01:32:57
Message-Id: 1498008731.78e8a1b03589cee8bfd1769340ee5f6c4c6dac6c.floppym@gentoo
1 commit: 78e8a1b03589cee8bfd1769340ee5f6c4c6dac6c
2 Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 9 12:43:45 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 01:32:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e8a1b0
7
8 dev-python/matplotlib: Fix building docs
9
10 Closes: https://github.com/gentoo/gentoo/pull/4892
11
12 dev-python/matplotlib/matplotlib-2.0.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/matplotlib/matplotlib-2.0.2.ebuild b/dev-python/matplotlib/matplotlib-2.0.2.ebuild
16 index 2e703e5dcb6..ca8d819c6ee 100644
17 --- a/dev-python/matplotlib/matplotlib-2.0.2.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-2.0.2.ebuild
19 @@ -63,6 +63,7 @@ DEPEND="${COMMON_DEPEND}
20 virtual/pkgconfig
21 doc? (
22 app-text/dvipng
23 + dev-python/colorspacious[${PYTHON_USEDEP}]
24 dev-python/pillow[${PYTHON_USEDEP}]
25 dev-python/ipython[${PYTHON_USEDEP}]
26 dev-python/mock[${PY2_USEDEP}]