diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-01-01 12:17:15 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-01-01 12:30:48 +0100 |
commit | 6794f995a17ee2161deb31604680fb6b85b44a0a (patch) | |
tree | 639ae8c417dd2ef3d197c78fc8e9b0005150c953 /dev-python/clint | |
parent | dev-python/args: Add py35 (diff) | |
download | gentoo-6794f995a17ee2161deb31604680fb6b85b44a0a.tar.gz gentoo-6794f995a17ee2161deb31604680fb6b85b44a0a.tar.bz2 gentoo-6794f995a17ee2161deb31604680fb6b85b44a0a.zip |
dev-python/clint: Add py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/clint')
-rw-r--r-- | dev-python/clint/clint-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clint/clint-0.5.1.ebuild b/dev-python/clint/clint-0.5.1.ebuild index 68adb167258a..0d97eaf4192d 100644 --- a/dev-python/clint/clint-0.5.1.ebuild +++ b/dev-python/clint/clint-0.5.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5) inherit distutils-r1 vcs-snapshot |