From b89ba180bcee0bd8f407dc2d17e2ce6d2718090f Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 8 Oct 2016 18:03:03 +0200 Subject: [PATCH] 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 6ec38e2a21eec..718fde9869ecc 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 a3418c86b13fe..2793e71903eea 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