Skip to content

Commit

Permalink
www-servers/uwsgi: PYTHON_COMPAT: add python3_6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
zmedico committed Feb 13, 2017
1 parent acc843f commit 2942880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion www-servers/uwsgi/uwsgi-2.0.14-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2942880

Please sign in to comment.