app-portage/smart-live-rebuild: Add python3.5 support

Package-Manager: portage-2.2.23_p7
This commit is contained in:
Mike Gilbert
2015-10-22 13:50:35 -04:00
parent 202f0ed020
commit caf201258e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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