commit: d4b5a7c03dc4e0a7b4c0704c8b3aeab389e0a803
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 09:10:25 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 09:33:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b5a7c0
dev-python/python-keystoneclient: Add python3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild
b/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild
index ce81a4d..1bc2731 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1