diff options
author | Alex Brandt <alunduil@gentoo.org> | 2016-01-08 09:36:29 -0600 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2016-01-08 09:37:52 -0600 |
commit | 1e187acc7deeb025b83c1cb1f51ad251dfcf52b4 (patch) | |
tree | b3f2b8d088545fa43fd1aa5b2f4999ee191c4875 /dev-python/wrapt | |
parent | net-misc/networkmanager-openconnect: libsecret support is really optional (#5... (diff) | |
download | gentoo-1e187acc7deeb025b83c1cb1f51ad251dfcf52b4.tar.gz gentoo-1e187acc7deeb025b83c1cb1f51ad251dfcf52b4.tar.bz2 gentoo-1e187acc7deeb025b83c1cb1f51ad251dfcf52b4.zip |
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
Diffstat (limited to 'dev-python/wrapt')
-rw-r--r-- | dev-python/wrapt/wrapt-1.10.6-r1.ebuild | 4 |
1 files 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 dfa21edb25d3..38f49bc1d88c 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 |