commit: d27a9b39d7db6c25729e23ab8b9962b94571aad7
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 21:02:29 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 21:24:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27a9b39
dev-python/pygame: Add ~ppc64 keyword
The pyopengl tests uses this and pass on ppc64le. 3 of the
OpenGL-related tests fail on ppc64be but OpenGL is known to be
problematic on this platform.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-python/pygame/pygame-1.9.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygame/pygame-1.9.6-r1.ebuild
b/dev-python/pygame/pygame-1.9.6-r1.ebuild
index 16595400043..0aa0b86bea9 100644
--- a/dev-python/pygame/pygame-1.9.6-r1.ebuild
+++ b/dev-python/pygame/pygame-1.9.6-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples midi opengl X"
DEPEND="dev-python/numpy[${PYTHON_USEDEP}]