From: Zac Medico Date: Tue, 22 Dec 2015 21:53:01 +0000 (-0800) Subject: dev-python/python-socketio: add pypy and pypy3 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6dbab07be74ee74454b3e3509d67aea932e03d3c;p=gentoo.git dev-python/python-socketio: add pypy and pypy3 to PYTHON_COMPAT Package-Manager: portage-2.2.26 --- diff --git a/dev-python/python-socketio/python-socketio-0.7.0.ebuild b/dev-python/python-socketio/python-socketio-0.7.0.ebuild index 50e33f2f7807..91eda43edff5 100644 --- a/dev-python/python-socketio/python-socketio-0.7.0.ebuild +++ b/dev-python/python-socketio/python-socketio-0.7.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) inherit distutils-r1