dev-python/pycanberra: Support python 3.5
authorPacho Ramos <pacho@gentoo.org>
Sat, 12 Dec 2015 13:21:44 +0000 (14:21 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 12 Dec 2015 14:28:54 +0000 (15:28 +0100)
Package-Manager: portage-2.2.24

dev-python/pycanberra/pycanberra-0_pre20130515.ebuild

index b68acf1c9253224d9785326df996a05a9ff29596..2bcddbe1c17295d3e63ab6e2be605a24c54ce808 100644 (file)
@@ -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