commit: 7e0987e484cc32ff975f1033188f04b5593eaa8f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 29 20:52:20 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 29 20:52:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0987e4
dev-python/matplotlib: fix Darwin build * -Werror=unguarded-availability doesn't exist on GCC * We can't link against Cocoa right now with GCC anyway (missing nullable support) URL: https://github.com/matplotlib/matplotlib/blob/7d03d8b34a218c1a9572035d4d9de170fc1163bc/setupext.py Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/matplotlib/matplotlib-3.3.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/matplotlib/matplotlib-3.3.3.ebuild b/dev-python/matplotlib/matplotlib-3.3.3.ebuild index d3fa270b2d5..1f794c15026 100644 --- a/dev-python/matplotlib/matplotlib-3.3.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.3.ebuild @@ -201,6 +201,7 @@ python_configure() { agg = True gtk = False gtkagg = False + macosx = False pyside = False pysideagg = False qt4 = False
