diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-05-30 19:43:19 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-30 21:48:13 +0200 |
commit | 3b126c5c720810b2018d39f9a2c08b50bb99047c (patch) | |
tree | 37570eb37eb6a1ce6ff5d38031ed8053a87099d6 /dev-python/matplotlib | |
parent | app-misc/pax-utils: arm64 stable (bug #725010) (diff) | |
download | gentoo-3b126c5c720810b2018d39f9a2c08b50bb99047c.tar.gz gentoo-3b126c5c720810b2018d39f9a2c08b50bb99047c.tar.bz2 gentoo-3b126c5c720810b2018d39f9a2c08b50bb99047c.zip |
dev-python/matplotlib: arm64 keyworded (bug #721130)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild b/dev-python/matplotlib/matplotlib-3.2.1.ebuild index 62114a756f85..88dc355f0038 100644 --- a/dev-python/matplotlib/matplotlib-3.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild @@ -20,7 +20,7 @@ SLOT="0" # matplotlib/backends/qt4_editor: MIT # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets" REQUIRED_USE=" |