diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-09 22:22:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-09 22:22:11 +0200 |
commit | 3816b992c9b1919377523d9eed0d41a87933f77c (patch) | |
tree | f730370fa8ff36ad554e84212206f78b847b65bd /dev-python/matplotlib | |
parent | app-editors/vscodium: remove old ebuild (diff) | |
download | gentoo-3816b992c9b1919377523d9eed0d41a87933f77c.tar.gz gentoo-3816b992c9b1919377523d9eed0d41a87933f77c.tar.bz2 gentoo-3816b992c9b1919377523d9eed0d41a87933f77c.zip |
dev-python/matplotlib: Stabilize 3.5.1 amd64, #829532
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1.ebuild index f4a7fc1aa2f4..fbace9d57769 100644 --- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" SLOT="0" -KEYWORDS="~amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86" IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets" # internal copy of pycxx highly patched |