Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@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:45:06
Message-Id: 1515451748.bc6b745f994f70deaa35b5cfc00d3873d6e2226f.whissi@gentoo
1 commit: bc6b745f994f70deaa35b5cfc00d3873d6e2226f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 22:22:49 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 22:49:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6b745f
7
8 dev-python/matplotlib: x86 stable (bug #636054)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 1d9b9b227ac..c6c5650e0b8 100644
17 --- a/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,7 +18,7 @@ SLOT="0"
26 # matplotlib/backends/qt4_editor: MIT
27 # Fonts: BitstreamVera, OFL-1.1
28 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 x86"
31 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
32
33 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"