commit: 1e187acc7deeb025b83c1cb1f51ad251dfcf52b4 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org> AuthorDate: Fri Jan 8 15:36:29 2016 +0000 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org> CommitDate: Fri Jan 8 15:37:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e187acc
dev-python/wrapt: add PYTHON3_5 Note, I have not successfully tested this personally but since it was part of the ebuild in the last release, I'm adding it for continuity. Package-Manager: portage-2.2.26 dev-python/wrapt/wrapt-1.10.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/wrapt/wrapt-1.10.6-r1.ebuild b/dev-python/wrapt/wrapt-1.10.6-r1.ebuild index dfa21ed..38f49bc 100644 --- a/dev-python/wrapt/wrapt-1.10.6-r1.ebuild +++ b/dev-python/wrapt/wrapt-1.10.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy ) inherit distutils-r1 vcs-snapshot
