Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Tue, 27 Oct 2015 12:34:44
Message-Id: 1445949271.ca197c84d407ca833658ec8bd355719100297ec8.jlec@gentoo
1 commit: ca197c84d407ca833658ec8bd355719100297ec8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 12:33:26 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 12:34:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca197c84
7
8 profiles: Mask USE=qt5 on stable for dev-python/matplotlib
9
10 PyQt5 isn't stable and reqiures larger effort where this version of
11 matplotlib fix nasty bugs
12
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 profiles/base/package.use.stable.mask | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
19 index 159c181..bf96aa8 100644
20 --- a/profiles/base/package.use.stable.mask
21 +++ b/profiles/base/package.use.stable.mask
22 @@ -5,6 +5,10 @@
23 # This file requires eapi 5 or later. New entries go on top.
24 # Please use the same syntax as in package.use.mask
25
26 +# Justin Lecher <jlec@g.o> (27 Oct 2015)
27 +# No stable dev-python/PyQt5 for now
28 +dev-python/matplotlib qt5
29 +
30 # Mike Gilbert <floppym@g.o> (03 Oct 2015)
31 # Unmask python3.5 for python-exec
32 dev-lang/python-exec -python_targets_python3_5