Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/
Date: Fri, 09 Oct 2015 06:31:14
Message-Id: 1444372259.5d60545105f87b53ff49bf43c01096c3d8cce53c.mgorny@gentoo
1 commit: 5d60545105f87b53ff49bf43c01096c3d8cce53c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 06:30:59 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 06:30:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d605451
7
8 dev-python/python-keystoneclient: readd python3.3 for revdeps
9
10 Re-add python3_3 support in order to fix dependency graphs of reverse
11 dependencies that support python3_3 and require this version of
12 python-keystoneclient.
13
14 Fixes: 69258e0492d (updating deps for bug 562510)
15
16 Package-Manager: portage-2.2.22
17
18 dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild
22 index 9809b08..dc9a708 100644
23 --- a/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild
24 +++ b/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild
25 @@ -3,7 +3,7 @@
26 # $Id$
27
28 EAPI=5
29 -PYTHON_COMPAT=( python2_7 python3_4 )
30 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
31
32 inherit distutils-r1