Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Sun, 25 Feb 2018 21:52:43
Message-Id: 1519595437.22572db2366e6b4241d1292075613c7ac2abb5e8.slyfox@gentoo
1 commit: 22572db2366e6b4241d1292075613c7ac2abb5e8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 21:42:29 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 21:50:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22572db2
7
8 dev-python/matplotlib: keyworded 1.4.3 for ppc, bug #636532 (thanks to ernsteiswuerfel)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-python/matplotlib/matplotlib-1.4.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
17 index 4c7f57ce2f4..cdeaf276f2c 100644
18 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
19 +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -19,7 +19,7 @@ SLOT="0"
27 # matplotlib/backends/qt4_editor: MIT
28 # Fonts: BitstreamVera, OFL-1.1
29 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
30 -KEYWORDS="amd64 arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
31 +KEYWORDS="amd64 arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 IUSE="cairo doc excel examples fltk gtk gtk3 latex pyside qt4 qt5 test tk wxwidgets"
33
34 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"