From b4e308aa93a3ab6d5f6e3f62cf98446cdc5aa33c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 3 Dec 2015 09:40:32 +0100 Subject: dev-python/wrapt: Add python3.5 support Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher --- dev-python/wrapt/wrapt-1.10.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/wrapt/wrapt-1.10.5.ebuild') diff --git a/dev-python/wrapt/wrapt-1.10.5.ebuild b/dev-python/wrapt/wrapt-1.10.5.ebuild index 157340f6f064..e5a8234e7db9 100644 --- a/dev-python/wrapt/wrapt-1.10.5.ebuild +++ b/dev-python/wrapt/wrapt-1.10.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 vcs-snapshot -- cgit v1.2.3-65-gdbad