From: Zac Medico Date: Wed, 15 Mar 2017 09:26:35 +0000 (-0700) Subject: dev-python/socketio-client: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6a07538dbeba41b6f9e0cf4e291aca424ee90a8a;p=gentoo.git dev-python/socketio-client: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/socketio-client/socketio-client-0.6.6.ebuild b/dev-python/socketio-client/socketio-client-0.6.6.ebuild index f020eaa50506..8907a3192734 100644 --- a/dev-python/socketio-client/socketio-client-0.6.6.ebuild +++ b/dev-python/socketio-client/socketio-client-0.6.6.ebuild @@ -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