From b635bcfeb018b71b5fe93cdacb97ff1c31821d7c Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 5 Mar 2016 11:26:23 +0100 Subject: [PATCH] dev-python/llvmlite: Add py35 Package-Manager: portage-2.2.27 --- dev-python/llvmlite/llvmlite-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/llvmlite/llvmlite-0.9.0.ebuild b/dev-python/llvmlite/llvmlite-0.9.0.ebuild index 85a1a6c4f0010..19cdec73659e0 100644 --- a/dev-python/llvmlite/llvmlite-0.9.0.ebuild +++ b/dev-python/llvmlite/llvmlite-0.9.0.ebuild @@ -4,7 +4,7 @@ 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