From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F11E138332 for ; Sun, 22 Apr 2018 07:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8040AE08C8; Sun, 22 Apr 2018 07:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E30CE08C8 for ; Sun, 22 Apr 2018 07:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D011335C78 for ; Sun, 22 Apr 2018 07:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6EEE293 for ; Sun, 22 Apr 2018 07:34:25 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524382378.a332b70aec5b516fd9483d454a59697ed592bf9d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild dev-python/matplotlib/matplotlib-2.2.0.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a332b70aec5b516fd9483d454a59697ed592bf9d X-VCS-Branch: master Date: Sun, 22 Apr 2018 07:34:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fdaa12c5-83fb-4c2d-8879-374a265e402b X-Archives-Hash: be18f3fd21fca049d6059153374f0b31 commit: a332b70aec5b516fd9483d454a59697ed592bf9d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 22 07:32:58 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 22 07:32:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a332b70a dev-python/matplotlib: Add ~arm keyword (bug #622420) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild | 2 +- dev-python/matplotlib/matplotlib-2.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild index 9a4ea9b66bd..022d6ae8a0e 100644 --- a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" # matplotlib/backends/qt4_editor: MIT # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" -KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets" PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )" diff --git a/dev-python/matplotlib/matplotlib-2.2.0.ebuild b/dev-python/matplotlib/matplotlib-2.2.0.ebuild index ab5d6e06efa..d1fc0c28597 100644 --- a/dev-python/matplotlib/matplotlib-2.2.0.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.0.ebuild @@ -18,7 +18,7 @@ SLOT="0" # matplotlib/backends/qt4_editor: MIT # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets" PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"