The new version 8.2.0 of Pillow supports GraphicsMagick as a substitution for Graphicsmagick and thus allows the test suite to be run with either of the two [0]. Please update the dependencies accordingly, e.g. replace media-gfx/imagemagick[png] by || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png]) or even || ( virtual/imagemagick[png] media-gfx/graphicsmagick[png]) The former for running the suite with `convert` (whatever package that executable provides, hence virtual/), the latter for running it with `gm convert`. Thanks. [0] https://pillow.readthedocs.io/en/stable/releasenotes/8.2.0.html#graphicsmagick
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6b14c62b7418c8b931ff653b1d3abb9cc06563 commit 2d6b14c62b7418c8b931ff653b1d3abb9cc06563 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-04-04 13:44:15 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-04-04 14:22:40 +0000 dev-python/pillow: Permits graphicsmagick for tests Closes: https://bugs.gentoo.org/779853 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/pillow/pillow-8.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)