diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 23:11:57 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 23:11:57 -0500 |
commit | 8617e2d630441107ad08717635605abc3fd0ee2e (patch) | |
tree | cab03202e36191882c07376e128167d5b225236f /dev-python | |
parent | dev-python/routes: adding py35 (diff) | |
download | gentoo-8617e2d630441107ad08717635605abc3fd0ee2e.tar.gz gentoo-8617e2d630441107ad08717635605abc3fd0ee2e.tar.bz2 gentoo-8617e2d630441107ad08717635605abc3fd0ee2e.zip |
dev-python/paste: adding py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/paste/paste-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paste/paste-2.0.2.ebuild b/dev-python/paste/paste-2.0.2.ebuild index d26bf813ab2a..70c5a6b02795 100644 --- a/dev-python/paste/paste-2.0.2.ebuild +++ b/dev-python/paste/paste-2.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 |