summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-15 09:48:33 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-15 09:52:40 +0200
commit0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c (patch)
treed5e2225e4a85fa9ecd26ad1e7082f4e0f46442ed /dev-python/ws4py/ws4py-9999.ebuild
parentdev-python/cherrypy: add python 3.5 to compat (diff)
downloadgentoo-0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c.tar.gz
gentoo-0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c.tar.bz2
gentoo-0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c.zip
dev-python/ws4py: add python 3.5 to compat
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/ws4py/ws4py-9999.ebuild')
-rw-r--r--dev-python/ws4py/ws4py-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild
index 7b17719d187d..187f0d768c32 100644
--- a/dev-python/ws4py/ws4py-9999.ebuild
+++ b/dev-python/ws4py/ws4py-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@
# pypy is viable but better with a cutdown set of deps
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE="threads?"
inherit distutils-r1