dev-python/socketio-client: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 09:26:35 +0000 (02:26 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 09:26:35 +0000 (02:26 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/socketio-client/socketio-client-0.6.6.ebuild

index f020eaa505062c92768554dd18b74b94d60cd5cd..8907a31927341b538366113ab167957c3b895e11 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1