diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 22:58:02 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 22:59:00 -0800 |
commit | 2942880db2642dc9edca686501822b235cc3acdb (patch) | |
tree | 242310a8afdd8681d0cfe529d2de2f22d29d00a8 /www-servers | |
parent | app-emulation/qemu: fix permissions on vhost-net, bug #593196 (diff) | |
download | gentoo-2942880db2642dc9edca686501822b235cc3acdb.tar.gz gentoo-2942880db2642dc9edca686501822b235cc3acdb.tar.bz2 gentoo-2942880db2642dc9edca686501822b235cc3acdb.zip |
www-servers/uwsgi: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild | 2 | ||||
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild index 9863f448e84c..ffaf8e931a7e 100644 --- a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" diff --git a/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild index 142b8cd0a5dc..ee13fe7f4594 100644 --- a/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" |