commit: 52893a67daa7bfd54e8916d15c815e19573cc87e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 13:11:25 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 13:29:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52893a67
dev-python/PySDL2: Fix test-dep on sdl2-image providers Closes: https://bugs.gentoo.org/806974 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/PySDL2/PySDL2-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PySDL2/PySDL2-0.9.8.ebuild b/dev-python/PySDL2/PySDL2-0.9.8.ebuild index 9b0237c5a24..b6a18cc3ce7 100644 --- a/dev-python/PySDL2/PySDL2-0.9.8.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.8.ebuild @@ -32,7 +32,7 @@ DEPEND=" dev-python/pillow[${PYTHON_USEDEP}] media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-gfx - media-libs/sdl2-image + media-libs/sdl2-image[gif,jpeg,png,tiff,webp] media-libs/sdl2-mixer media-libs/sdl2-ttf )"
