dev-python/keyring: add Python 3.5 support

Package-Manager: portage-2.2.27
This commit is contained in:
Louis Sautier
2016-01-22 11:54:26 +01:00
committed by Ian Delaney
parent df667510d3
commit 8f596efeff

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1