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 46359138359 for ; Tue, 6 Oct 2020 13:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97EFEE0B51; Tue, 6 Oct 2020 13:13:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68662E0B51 for ; Tue, 6 Oct 2020 13:13:17 +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 248C5335C76 for ; Tue, 6 Oct 2020 13:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A1D2334 for ; Tue, 6 Oct 2020 13:13:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601989986.cce72097ef2054316bec4b5ca38ea506ea6dc4df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygame/pygame-2.0.0_pre12.ebuild X-VCS-Directories: dev-python/pygame/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cce72097ef2054316bec4b5ca38ea506ea6dc4df X-VCS-Branch: master Date: Tue, 6 Oct 2020 13:13:14 +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: aefd1e91-06a3-4116-87c5-e0dd5ea15485 X-Archives-Hash: fa3e730123b298fe984ee47ea17cdf3f commit: cce72097ef2054316bec4b5ca38ea506ea6dc4df Author: Sam James gentoo org> AuthorDate: Tue Oct 6 13:13:06 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 6 13:13:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce72097 dev-python/pygame: add media-libs/libsdl2[threads] dep Prevent "pygame.error: SDL not built with thread support" Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-python/pygame/pygame-2.0.0_pre12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygame/pygame-2.0.0_pre12.ebuild b/dev-python/pygame/pygame-2.0.0_pre12.ebuild index 1db3ee0e3d0..acc59f0c4ea 100644 --- a/dev-python/pygame/pygame-2.0.0_pre12.ebuild +++ b/dev-python/pygame/pygame-2.0.0_pre12.ebuild @@ -28,8 +28,8 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] >=media-libs/sdl2-ttf-2.0.6 >=media-libs/smpeg2-0.4.4-r1 midi? ( media-libs/portmidi ) - X? ( >=media-libs/libsdl2-1.2.5[opengl?,video,X] ) - !X? ( >=media-libs/libsdl2-1.2.5 )" + X? ( >=media-libs/libsdl2-1.2.5[opengl?,threads,video,X] ) + !X? ( >=media-libs/libsdl2-1.2.5[threads] )" DEPEND="${RDEPEND} test? ( media-libs/sdl2-image[gif,jpeg,png]