From: Pacho Ramos Date: Sat, 12 Dec 2015 13:21:44 +0000 (+0100) Subject: dev-python/pycanberra: Support python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be92e3c5e5edc12de9ab442c6d08aeafa4875dd5;p=gentoo.git dev-python/pycanberra: Support python 3.5 Package-Manager: portage-2.2.24 --- diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild index b68acf1c9253..2bcddbe1c172 100644 --- a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild +++ b/dev-python/pycanberra/pycanberra-0_pre20130515.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 python-r1