diff options
author | 2016-09-15 08:03:02 +0000 | |
---|---|---|
committer | 2016-09-15 08:03:02 +0000 | |
commit | 6d998950834e451578e8b383be44b37532e99fd4 (patch) | |
tree | b3e5cea1c0bf6c9c4f87575393874695f77a19b1 /dev-python/ws4py/ws4py-0.3.4.ebuild | |
parent | 2016-09-15 07:46:40 UTC (diff) | |
parent | dev-python/python-meteor: add python 3.5 to comapt (diff) | |
download | gentoo-6d998950834e451578e8b383be44b37532e99fd4.tar.gz gentoo-6d998950834e451578e8b383be44b37532e99fd4.tar.bz2 gentoo-6d998950834e451578e8b383be44b37532e99fd4.zip |
Merge updates from master
Diffstat (limited to 'dev-python/ws4py/ws4py-0.3.4.ebuild')
-rw-r--r-- | dev-python/ws4py/ws4py-0.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild index fabf578d972c..1b69f7b37695 100644 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 |