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 EEEEA138351 for ; Thu, 23 Apr 2020 21:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DBEE0ABF; Thu, 23 Apr 2020 21:24:34 +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 E449BE0ABF for ; Thu, 23 Apr 2020 21:24:33 +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 C4C5534F21C for ; Thu, 23 Apr 2020 21:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A95154 for ; Thu, 23 Apr 2020 21:24:30 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1587677036.587cd75516b8f6c025d039126f1c85a85ef02385.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygame/pygame-1.9.6.ebuild X-VCS-Directories: dev-python/pygame/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 587cd75516b8f6c025d039126f1c85a85ef02385 X-VCS-Branch: master Date: Thu, 23 Apr 2020 21:24:30 +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: d612e30a-f3f7-46ac-b6d8-3a6fb0ba8974 X-Archives-Hash: bc7c09de42480fec96f5f9e1dc3f0ad0 commit: 587cd75516b8f6c025d039126f1c85a85ef02385 Author: James Le Cuirot gentoo org> AuthorDate: Wed Apr 22 08:57:14 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Apr 23 21:23:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587cd755 dev-python/pygame: Also add opengl to stable to avoid USE default Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot gentoo.org> dev-python/pygame/pygame-1.9.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygame/pygame-1.9.6.ebuild b/dev-python/pygame/pygame-1.9.6.ebuild index 8a7eaef3499..d02e84e0e69 100644 --- a/dev-python/pygame/pygame-1.9.6.ebuild +++ b/dev-python/pygame/pygame-1.9.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~sparc x86" -IUSE="doc examples midi X" +IUSE="doc examples midi opengl X" DEPEND="dev-python/numpy[${PYTHON_USEDEP}] >=media-libs/sdl-image-1.2.2[png,jpeg] @@ -22,7 +22,7 @@ DEPEND="dev-python/numpy[${PYTHON_USEDEP}] >=media-libs/sdl-ttf-2.0.6 >=media-libs/smpeg-0.4.4-r1 midi? ( media-libs/portmidi ) - X? ( >=media-libs/libsdl-1.2.5[X,video] ) + X? ( >=media-libs/libsdl-1.2.5[opengl?,video,X] ) !X? ( >=media-libs/libsdl-1.2.5 )" RDEPEND="${DEPEND}"