Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/
Date: Sat, 08 Oct 2016 16:09:11
Message-Id: 1475942695.b89ba180bcee0bd8f407dc2d17e2ce6d2718090f.pacho@gentoo
1 commit: b89ba180bcee0bd8f407dc2d17e2ce6d2718090f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 16:03:03 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 16:04:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89ba180
7
8 app-admin/glance: Support python 3.5
9
10 Package-Manager: portage-2.3.1
11
12 app-admin/glance/glance-13.0.0.ebuild | 2 +-
13 app-admin/glance/glance-2016.2.9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/glance/glance-13.0.0.ebuild b/app-admin/glance/glance-13.0.0.ebuild
17 index 6ec38e2..718fde9 100644
18 --- a/app-admin/glance/glance-13.0.0.ebuild
19 +++ b/app-admin/glance/glance-13.0.0.ebuild
20 @@ -3,7 +3,7 @@
21 # $Id$
22
23 EAPI=6
24 -PYTHON_COMPAT=( python2_7 python3_4 )
25 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
26
27 inherit distutils-r1 user
28
29
30 diff --git a/app-admin/glance/glance-2016.2.9999.ebuild b/app-admin/glance/glance-2016.2.9999.ebuild
31 index a3418c8..2793e71 100644
32 --- a/app-admin/glance/glance-2016.2.9999.ebuild
33 +++ b/app-admin/glance/glance-2016.2.9999.ebuild
34 @@ -3,7 +3,7 @@
35 # $Id$
36
37 EAPI=6
38 -PYTHON_COMPAT=( python2_7 python3_4 )
39 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
40
41 inherit distutils-r1 git-r3 user