commit: a19e45d3dcebf46e3987b0ca7b4f22522cbd1325 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 18 16:29:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 18 16:29:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19e45d3
dev-python/pyglet: Stabilize 1.5.13 x86, #765949 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pyglet/pyglet-1.5.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyglet/pyglet-1.5.13.ebuild b/dev-python/pyglet/pyglet-1.5.13.ebuild index b3559565c31..823f0d55fa5 100644 --- a/dev-python/pyglet/pyglet-1.5.13.ebuild +++ b/dev-python/pyglet/pyglet-1.5.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="
