summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-04-23 22:02:29 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-04-23 22:24:03 +0100
commitd27a9b39d7db6c25729e23ab8b9962b94571aad7 (patch)
tree02db9d168edd382376632f01a263bc90911df7a2 /dev-python/pygame
parentmedia-libs/portmidi: Add ~ppc64 keyword (diff)
downloadgentoo-d27a9b39d7db6c25729e23ab8b9962b94571aad7.tar.gz
gentoo-d27a9b39d7db6c25729e23ab8b9962b94571aad7.tar.bz2
gentoo-d27a9b39d7db6c25729e23ab8b9962b94571aad7.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pygame')
-rw-r--r--dev-python/pygame/pygame-1.9.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame/pygame-1.9.6-r1.ebuild b/dev-python/pygame/pygame-1.9.6-r1.ebuild
index 165954000432..0aa0b86bea9b 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}]