Skip to content

Commit

Permalink
app-portage/smart-live-rebuild: Add python3.5 support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23_p7
  • Loading branch information
floppym committed Oct 22, 2015
1 parent 202f0ed commit caf2012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )

inherit distutils-r1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )

inherit distutils-r1

Expand Down

0 comments on commit caf2012

Please sign in to comment.