diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-25 08:46:49 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-25 08:46:49 +0100 |
commit | e76eb6f17968c523b546fc42d2f50e6e4102ca53 (patch) | |
tree | 7a542254e2bdd0fb64a668e0a721ad38a90b1d25 /dev-python/matplotlib/matplotlib-1.5.1.ebuild | |
parent | dev-python/pyinotify: Add python3.5 support (diff) | |
download | gentoo-e76eb6f17968c523b546fc42d2f50e6e4102ca53.tar.gz gentoo-e76eb6f17968c523b546fc42d2f50e6e4102ca53.tar.bz2 gentoo-e76eb6f17968c523b546fc42d2f50e6e4102ca53.zip |
dev-python/matplotlib: Backport patch for problems with sphinx-1.3.4
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.5.1.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.5.1.ebuild b/dev-python/matplotlib/matplotlib-1.5.1.ebuild index 904233abff9a..3635965d3f89 100644 --- a/dev-python/matplotlib/matplotlib-1.5.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.1.ebuild @@ -74,7 +74,6 @@ DEPEND="${COMMON_DEPEND} dev-python/mock[${PY2_USEDEP}] dev-python/numpydoc[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] - !~dev-python/sphinx-1.3.4 dev-python/xlwt[${PYTHON_USEDEP}] dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended @@ -112,6 +111,7 @@ RDEPEND="${COMMON_DEPEND} DISTUTILS_IN_SOURCE_BUILD=1 PATCHES=( + "${FILESDIR}"/${P}-sphinx-1.4.3-backport.patch "${FILESDIR}"/${P}-test-fix-backport.patch "${FILESDIR}"/${P}-test-fix-backport-2.patch ) |