dev-python/cairocffi: add py3.5 support
authorTim Harder <radhermit@gentoo.org>
Sun, 17 Jan 2016 03:30:48 +0000 (22:30 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 17 Jan 2016 03:34:21 +0000 (22:34 -0500)
dev-python/cairocffi/cairocffi-0.7.2.ebuild

index 7e69d6eba25cf1df6e163feb6bec245821214c6a..fb65bb4cf6ddcd90dae0769bf5db6dda5d278842 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1