Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Sun, 29 Nov 2020 20:53:38
Message-Id: 1606683140.7e0987e484cc32ff975f1033188f04b5593eaa8f.sam@gentoo
1 commit: 7e0987e484cc32ff975f1033188f04b5593eaa8f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 20:52:20 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 20:52:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0987e4
7
8 dev-python/matplotlib: fix Darwin build
9
10 * -Werror=unguarded-availability doesn't exist on GCC
11 * We can't link against Cocoa right now with GCC anyway
12 (missing nullable support)
13
14 URL: https://github.com/matplotlib/matplotlib/blob/7d03d8b34a218c1a9572035d4d9de170fc1163bc/setupext.py
15 Package-Manager: Portage-3.0.9, Repoman-3.0.2
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 dev-python/matplotlib/matplotlib-3.3.3.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/dev-python/matplotlib/matplotlib-3.3.3.ebuild b/dev-python/matplotlib/matplotlib-3.3.3.ebuild
22 index d3fa270b2d5..1f794c15026 100644
23 --- a/dev-python/matplotlib/matplotlib-3.3.3.ebuild
24 +++ b/dev-python/matplotlib/matplotlib-3.3.3.ebuild
25 @@ -201,6 +201,7 @@ python_configure() {
26 agg = True
27 gtk = False
28 gtkagg = False
29 + macosx = False
30 pyside = False
31 pysideagg = False
32 qt4 = False