commit: 664d52a6cd4072c3d04b865eb157a27bb6accab9 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 02:59:00 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 02:59:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664d52a6
dev-python/reno: adding py35 support Package-Manager: portage-2.2.26 dev-python/reno/reno-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/reno/reno-1.2.0.ebuild b/dev-python/reno/reno-1.2.0.ebuild index bcf2854..33387ad 100644 --- a/dev-python/reno/reno-1.2.0.ebuild +++ b/dev-python/reno/reno-1.2.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1
