commit: eece6e654c94eb05d7b5f18f1cc5add3fad56178 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 05:28:03 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 05:28:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eece6e65
dev-python/repoze-who: adding py35 Package-Manager: portage-2.2.26 dev-python/repoze-who/repoze-who-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/repoze-who/repoze-who-2.2.ebuild b/dev-python/repoze-who/repoze-who-2.2.ebuild index 822c821..758e1aa 100644 --- a/dev-python/repoze-who/repoze-who-2.2.ebuild +++ b/dev-python/repoze-who/repoze-who-2.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1