summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-29 15:38:56 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-29 18:32:15 +0200
commit30f5683392412316543e275a850eefeac996ea6c (patch)
tree9e918335f13bc542c5aa133a901de1fa3a166c00 /dev-python
parentdev-python/pydispatcher: Support newer python (diff)
downloadgentoo-30f5683392412316543e275a850eefeac996ea6c.tar.gz
gentoo-30f5683392412316543e275a850eefeac996ea6c.tar.bz2
gentoo-30f5683392412316543e275a850eefeac996ea6c.zip
dev-python/pyglet: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyglet/pyglet-1.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyglet/pyglet-1.2.4.ebuild b/dev-python/pyglet/pyglet-1.2.4.ebuild
index ddcc1da6561f..bfe61697a4ae 100644
--- a/dev-python/pyglet/pyglet-1.2.4.ebuild
+++ b/dev-python/pyglet/pyglet-1.2.4.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=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 virtualx