From: Pacho Ramos Date: Sat, 7 May 2016 12:18:04 +0000 (+0200) Subject: dev-python/pygal: Support python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0fcfe0ce95a1e3750034e79931562d9b8605b055;p=gentoo.git dev-python/pygal: Support python 3.5 Package-Manager: portage-2.2.28 --- diff --git a/dev-python/pygal/pygal-2.1.1.ebuild b/dev-python/pygal/pygal-2.1.1.ebuild index 19b2a924f489..16730f0383c6 100644 --- a/dev-python/pygal/pygal-2.1.1.ebuild +++ b/dev-python/pygal/pygal-2.1.1.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 DESCRIPTION="A python SVG charts generator"