summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-28 12:45:30 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-28 12:45:30 +0200
commit8688f4a58f79deaa5f12a78a49aebbf361ab8f12 (patch)
treecafcaae7a7f57a59ca603affc55359285422f614 /dev-python/pygame_sdl2
parentdev-python/maintboot: Support newer python (diff)
downloadgentoo-8688f4a58f79deaa5f12a78a49aebbf361ab8f12.tar.gz
gentoo-8688f4a58f79deaa5f12a78a49aebbf361ab8f12.tar.bz2
gentoo-8688f4a58f79deaa5f12a78a49aebbf361ab8f12.zip
dev-python/pygame_sdl2: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pygame_sdl2')
-rw-r--r--dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild
index 0fe4f5488f33..cab2f121eb9e 100644
--- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild
+++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"