commit:     b89ba180bcee0bd8f407dc2d17e2ce6d2718090f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:03:03 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 16:04:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89ba180

app-admin/glance: Support python 3.5

Package-Manager: portage-2.3.1

 app-admin/glance/glance-13.0.0.ebuild      | 2 +-
 app-admin/glance/glance-2016.2.9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/glance/glance-13.0.0.ebuild 
b/app-admin/glance/glance-13.0.0.ebuild
index 6ec38e2..718fde9 100644
--- a/app-admin/glance/glance-13.0.0.ebuild
+++ b/app-admin/glance/glance-13.0.0.ebuild
@@ -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
 

diff --git a/app-admin/glance/glance-2016.2.9999.ebuild 
b/app-admin/glance/glance-2016.2.9999.ebuild
index a3418c8..2793e71 100644
--- a/app-admin/glance/glance-2016.2.9999.ebuild
+++ b/app-admin/glance/glance-2016.2.9999.ebuild
@@ -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
 

Reply via email to