From: Tim Harder Date: Sun, 17 Jan 2016 03:30:48 +0000 (-0500) Subject: dev-python/cairocffi: add py3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=94256fa42fbf1022ea1d408a5dff1a5691f47e3b;p=gentoo.git dev-python/cairocffi: add py3.5 support --- diff --git a/dev-python/cairocffi/cairocffi-0.7.2.ebuild b/dev-python/cairocffi/cairocffi-0.7.2.ebuild index 7e69d6eba25c..fb65bb4cf6dd 100644 --- a/dev-python/cairocffi/cairocffi-0.7.2.ebuild +++ b/dev-python/cairocffi/cairocffi-0.7.2.ebuild @@ -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