From 7e0987e484cc32ff975f1033188f04b5593eaa8f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Nov 2020 20:52:20 +0000 Subject: 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 --- 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 d3fa270b2d58..1f794c150269 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 -- cgit v1.2.3-65-gdbad