commit: be92e3c5e5edc12de9ab442c6d08aeafa4875dd5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 13:21:44 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 14:28:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be92e3c5
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 b68acf1..2bcddbe 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