commit: 2061076a92da7ebce986af54a383afa5b4821255
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 16:58:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 16:59:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2061076a
dev-python/matplotlib: needs pillow[webp]
Thanks to matoro for reporting.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../matplotlib/{matplotlib-3.6.0.ebuild => matplotlib-3.6.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matplotlib/matplotlib-3.6.0.ebuild
b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
similarity index 99%
rename from dev-python/matplotlib/matplotlib-3.6.0.ebuild
rename to dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
index b2a3cf0ea028..dac7466b7dbb 100644
--- a/dev-python/matplotlib/matplotlib-3.6.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
>=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.19[${PYTHON_USEDEP}]
>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
- >=dev-python/pillow-7.1.1[jpeg,${PYTHON_USEDEP}]
+ >=dev-python/pillow-7.1.1[jpeg,webp,${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]