Skip to content

Commit

Permalink
python-utils-r1.eclass: Add support for python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Oct 4, 2015
1 parent 430e39b commit 0069399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/python-utils-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inherit eutils multilib toolchain-funcs
_PYTHON_ALL_IMPLS=(
jython2_5 jython2_7
pypy pypy3
python3_3 python3_4
python3_3 python3_4 python3_5
python2_7
)

Expand All @@ -66,7 +66,7 @@ _python_impl_supported() {
# keep in sync with _PYTHON_ALL_IMPLS!
# (not using that list because inline patterns shall be faster)
case "${impl}" in
python2_7|python3_[34]|jython2_[57])
python2_7|python3_[345]|jython2_[57])
return 0
;;
pypy1_[89]|pypy2_0|python2_[56]|python3_[12])
Expand Down

0 comments on commit 0069399

Please sign in to comment.