diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-10-21 12:00:30 +0200 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
| commit | e87319182c93cb6b8052275993e6a67cac9bc224 (patch) | |
| tree | fc59dc131b56bc103e4e5537f697dd07737ce491 /dev-python/matplotlib/matplotlib-1.4.3.ebuild | |
| parent | 9cc50ecb3c7cae65d75c3132ec6314751dfcdd5b (diff) | |
| download | gentoo-e87319182c93cb6b8052275993e6a67cac9bc224.tar.gz gentoo-e87319182c93cb6b8052275993e6a67cac9bc224.tar.bz2 gentoo-e87319182c93cb6b8052275993e6a67cac9bc224.zip | |
dev-python/matplotlib: Backported test fix
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.4.3.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-1.4.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index 78303eb9ff61..bf6eb50ae12d 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -126,6 +126,10 @@ use_setup() { fi } +PATCHES=( + "${FILESDIR}"/${P}-backport-GH5291-2462.patch +) + python_prepare_all() { # Generates test failures, but fedora does it # local PATCHES=( |
