Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/
Date: Mon, 28 Aug 2017 00:47:42
Message-Id: 1503881227.991ed89384b14a9fbe311ebd3ba0768f3868d7b0.prometheanfire@gentoo
1 commit: 991ed89384b14a9fbe311ebd3ba0768f3868d7b0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 00:34:54 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 00:47:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991ed893
7
8 dev-python/keystoneauth: adding python3_6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/keystoneauth/keystoneauth-3.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
16 index c9f5bf8a83f..6eadc0bcd03 100644
17 --- a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
18 +++ b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
24 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
25
26 inherit distutils-r1