summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-11-29 20:52:20 +0000
committerSam James <sam@gentoo.org>2020-11-29 20:52:20 +0000
commit7e0987e484cc32ff975f1033188f04b5593eaa8f (patch)
tree00ac3303b22aa84d97f37553d41b0939b35bb1bd
parentprofiles: Mask app-editors/emacs[aqua] on MacOS. (diff)
downloadgentoo-7e0987e4.tar.gz
gentoo-7e0987e4.tar.bz2
gentoo-7e0987e4.zip
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@gentoo.org>
-rw-r--r--dev-python/matplotlib/matplotlib-3.3.3.ebuild1
1 files changed, 1 insertions, 0 deletions
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