From dd1f85e568f0bf0a6764ca716476c718897a22d3 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 24 Mar 2016 23:12:54 -0500 Subject: [PATCH] dev-python/pastedeploy: adding py35 Package-Manager: portage-2.2.26 --- dev-python/pastedeploy/pastedeploy-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild index 2389524a942ca..3faa57bb125dd 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