commit: cd70323831ea085268d881f9a6c1de2336db46f1 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 04:55:37 2015 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 04:55:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd703238
dev-python/repoze-who: adding py34 support Package-Manager: portage-2.2.20.1 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 a07996e..9f99795 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 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1