app-admin/glance: Support python 3.5

Package-Manager: portage-2.3.1
This commit is contained in:
Pacho Ramos
2016-10-08 18:03:03 +02:00
parent b9d13b96fa
commit b89ba180bc
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
inherit distutils-r1 user

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
inherit distutils-r1 git-r3 user