From be92e3c5e5edc12de9ab442c6d08aeafa4875dd5 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 12 Dec 2015 14:21:44 +0100 Subject: [PATCH] dev-python/pycanberra: Support python 3.5 Package-Manager: portage-2.2.24 --- dev-python/pycanberra/pycanberra-0_pre20130515.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild index b68acf1c92532..2bcddbe1c1729 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