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 63DC51382C5 for ; Sun, 7 Mar 2021 19:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4A79E095F; Sun, 7 Mar 2021 19:48:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 97A7EE095F for ; Sun, 7 Mar 2021 19:48:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8328F340B9C for ; Sun, 7 Mar 2021 19:48:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B26D587 for ; Sun, 7 Mar 2021 19:48:49 +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: <1615146500.8eba2d249db68be613ff98993718df30234d73b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyglet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyglet/pyglet-1.5.14.ebuild X-VCS-Directories: dev-python/pyglet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8eba2d249db68be613ff98993718df30234d73b5 X-VCS-Branch: master Date: Sun, 7 Mar 2021 19:48:49 +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: 4b02bd15-5453-43a9-b9c0-36a0cc9a8cef X-Archives-Hash: 5fdec8c9b522087a9f94cb8309feef3d commit: 8eba2d249db68be613ff98993718df30234d73b5 Author: Sam James gentoo org> AuthorDate: Sun Mar 7 19:48:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 7 19:48:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eba2d24 dev-python/pyglet: Stabilize 1.5.14 x86, #774603 Signed-off-by: Sam James gentoo.org> dev-python/pyglet/pyglet-1.5.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyglet/pyglet-1.5.14.ebuild b/dev-python/pyglet/pyglet-1.5.14.ebuild index 3cf1cfefb27..24ad840b717 100644 --- a/dev-python/pyglet/pyglet-1.5.14.ebuild +++ b/dev-python/pyglet/pyglet-1.5.14.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="examples image +sound" BDEPEND="