diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-01-09 16:12:30 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-01-09 16:22:32 -0500 |
commit | 65630861ddd53f5fcea37223cc06f5013c9791b5 (patch) | |
tree | 027328791297e78d2ad881f615227cbba591f612 /dev-python/pychroot/pychroot-9999.ebuild | |
parent | dev-python/snakeoil: version bump to 0.6.6 (diff) | |
download | gentoo-65630861ddd53f5fcea37223cc06f5013c9791b5.tar.gz gentoo-65630861ddd53f5fcea37223cc06f5013c9791b5.tar.bz2 gentoo-65630861ddd53f5fcea37223cc06f5013c9791b5.zip |
dev-python/pychroot: version bump to 0.9.13
Diffstat (limited to 'dev-python/pychroot/pychroot-9999.ebuild')
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index 7dd6ffd6e6c1..86f99b936f5a 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -1,9 +1,9 @@ -# 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=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |