From 108ac79b06fc743e5332f827d40766eb18d35040 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 20 Oct 2015 09:57:50 +0200 Subject: dev-python/vcversioner: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/vcversioner/vcversioner-2.14.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/vcversioner') diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild index dd2a487b4bf9..eda6a3425db2 100644 --- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild +++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad