From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FCBB139368 for ; Sat, 7 Aug 2021 13:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79DF4E0844; Sat, 7 Aug 2021 13:29:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61621E0844 for ; Sat, 7 Aug 2021 13:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E262342B03 for ; Sat, 7 Aug 2021 13:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEFA37BD for ; Sat, 7 Aug 2021 13:29:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1628342990.52893a67daa7bfd54e8916d15c815e19573cc87e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySDL2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySDL2/PySDL2-0.9.8.ebuild X-VCS-Directories: dev-python/PySDL2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52893a67daa7bfd54e8916d15c815e19573cc87e X-VCS-Branch: master Date: Sat, 7 Aug 2021 13:29:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3117ffd-10ce-43b7-92b4-9af9e5b35bb3 X-Archives-Hash: 274d00ec782b345e2fef11323b15860b commit: 52893a67daa7bfd54e8916d15c815e19573cc87e Author: Michał Górny gentoo org> AuthorDate: Sat Aug 7 13:11:25 2021 +0000 Commit: Michał Górny gentoo 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 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 )"