Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Tue, 09 Jan 2018 01:55:07
Message-Id: 1515456635.eb1327f02869d0fd63c087529832341e89ed7557.zlogene@gentoo
1 commit: eb1327f02869d0fd63c087529832341e89ed7557
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 00:07:10 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 00:10:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1327f0
7
8 dev-python/matplotlib: amd64 stable wrt bug #636054
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild b/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild
16 index c6c5650e0b8..37e6b936a7e 100644
17 --- a/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild
19 @@ -18,7 +18,7 @@ SLOT="0"
20 # matplotlib/backends/qt4_editor: MIT
21 # Fonts: BitstreamVera, OFL-1.1
22 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
23 -KEYWORDS="~amd64 ~arm64 x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
26
27 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"