Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Thu, 10 May 2018 14:10:46
Message-Id: 1525961422.5095e608bfa81d67bcfbee8456a4915cb58dc73d.asturm@gentoo
1 commit: 5095e608bfa81d67bcfbee8456a4915cb58dc73d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 11:28:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 14:10:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5095e608
7
8 dev-python/matplotlib: Restore ~arm on 2.2.2
9
10 As 2.2.0 was keyworded just fine.
11
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13
14 dev-python/matplotlib/matplotlib-2.2.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/matplotlib/matplotlib-2.2.2.ebuild b/dev-python/matplotlib/matplotlib-2.2.2.ebuild
18 index ab5d6e06efa..d1fc0c28597 100644
19 --- a/dev-python/matplotlib/matplotlib-2.2.2.ebuild
20 +++ b/dev-python/matplotlib/matplotlib-2.2.2.ebuild
21 @@ -18,7 +18,7 @@ SLOT="0"
22 # matplotlib/backends/qt4_editor: MIT
23 # Fonts: BitstreamVera, OFL-1.1
24 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
25 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
27 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
28
29 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"