diff options
author | Sam James <sam@gentoo.org> | 2020-11-29 20:52:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-29 20:52:20 +0000 |
commit | 7e0987e484cc32ff975f1033188f04b5593eaa8f (patch) | |
tree | 00ac3303b22aa84d97f37553d41b0939b35bb1bd /dev-python/matplotlib | |
parent | profiles: Mask app-editors/emacs[aqua] on MacOS. (diff) | |
download | gentoo-7e0987e484cc32ff975f1033188f04b5593eaa8f.tar.gz gentoo-7e0987e484cc32ff975f1033188f04b5593eaa8f.tar.bz2 gentoo-7e0987e484cc32ff975f1033188f04b5593eaa8f.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>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.3.3.ebuild | 1 |
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 |