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/python-saharaclient/
Date: Mon, 27 Feb 2017 06:43:40
Message-Id: 1488177784.96c71a551a64520a5cb7872d8a28a6e0b3ca73f3.prometheanfire@gentoo
1 commit: 96c71a551a64520a5cb7872d8a28a6e0b3ca73f3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 06:36:57 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 06:43:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c71a55
7
8 dev-python/python-saharaclient: adding missing python impls
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
16 index 87c6eb6a30..78d94448be 100644
17 --- a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
18 +++ b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 )
24 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
25
26 inherit distutils-r1