Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Tue, 26 Jun 2018 20:29:14
Message-Id: 1530044939.a03c55969adb4486befcbf0aa87af6d8d18b7895.pacho@gentoo
1 commit: a03c55969adb4486befcbf0aa87af6d8d18b7895
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 20:07:11 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 20:28:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03c5596
7
8 sys-auth/keystone: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-auth/keystone/keystone-13.0.0-r1.ebuild | 2 +-
13 sys-auth/keystone/keystone-2017.2.9999.ebuild | 2 +-
14 sys-auth/keystone/keystone-2018.1.9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-auth/keystone/keystone-13.0.0-r1.ebuild b/sys-auth/keystone/keystone-13.0.0-r1.ebuild
18 index 54cb0b720d2..9ee913ef6dd 100644
19 --- a/sys-auth/keystone/keystone-13.0.0-r1.ebuild
20 +++ b/sys-auth/keystone/keystone-13.0.0-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
26 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
27
28 inherit distutils-r1 user
29
30
31 diff --git a/sys-auth/keystone/keystone-2017.2.9999.ebuild b/sys-auth/keystone/keystone-2017.2.9999.ebuild
32 index 516762dcc89..e0508ad9583 100644
33 --- a/sys-auth/keystone/keystone-2017.2.9999.ebuild
34 +++ b/sys-auth/keystone/keystone-2017.2.9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
40 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
41
42 inherit distutils-r1 git-r3 user
43
44
45 diff --git a/sys-auth/keystone/keystone-2018.1.9999.ebuild b/sys-auth/keystone/keystone-2018.1.9999.ebuild
46 index a2157ff67e8..8d1bf3cc971 100644
47 --- a/sys-auth/keystone/keystone-2018.1.9999.ebuild
48 +++ b/sys-auth/keystone/keystone-2018.1.9999.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=6
52
53 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
54 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
55
56 inherit distutils-r1 user