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 7E59E13835C for ; Tue, 2 Feb 2021 21:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85F3E093A; Tue, 2 Feb 2021 21:01:46 +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 AF1E5E093A for ; Tue, 2 Feb 2021 21:01:46 +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 BFD4F34183D for ; Tue, 2 Feb 2021 21:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E5994BC for ; Tue, 2 Feb 2021 21:01:44 +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: <1612299701.ed9a14a2a028674dd98a33be10122d1344727562.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.1.ebuild X-VCS-Directories: dev-python/pygame/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed9a14a2a028674dd98a33be10122d1344727562 X-VCS-Branch: master Date: Tue, 2 Feb 2021 21:01:44 +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: 40d22c50-a0b8-400b-82ea-263d47c78f69 X-Archives-Hash: 64af1a3f2d0a8d7fde077052054250a9 commit: ed9a14a2a028674dd98a33be10122d1344727562 Author: Sam James gentoo org> AuthorDate: Tue Feb 2 21:01:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 2 21:01:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9a14a2 dev-python/pygame: Stabilize 2.0.1 x86, #767109 Signed-off-by: Sam James gentoo.org> dev-python/pygame/pygame-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygame/pygame-2.0.1.ebuild b/dev-python/pygame/pygame-2.0.1.ebuild index b6bc1ffcb88..54e876a05ab 100644 --- a/dev-python/pygame/pygame-2.0.1.ebuild +++ b/dev-python/pygame/pygame-2.0.1.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc examples midi opengl test X" RESTRICT="!test? ( test )"