diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 23:12:54 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 23:12:54 -0500 |
commit | dd1f85e568f0bf0a6764ca716476c718897a22d3 (patch) | |
tree | 96b569b031d1c47d8935d7737da01a792aca3780 /dev-python/pastedeploy | |
parent | dev-python/paste: adding py35 (diff) | |
download | gentoo-dd1f85e568f0bf0a6764ca716476c718897a22d3.tar.gz gentoo-dd1f85e568f0bf0a6764ca716476c718897a22d3.tar.bz2 gentoo-dd1f85e568f0bf0a6764ca716476c718897a22d3.zip |
dev-python/pastedeploy: adding py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index 2389524a942c..3faa57bb125d 100644 --- a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild @@ -3,7 +3,7 @@ # $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 |