From: Maxim Koltsov Date: Fri, 5 Feb 2016 12:39:13 +0000 (+0300) Subject: dev-python/pygame: add python 3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3475e025c28d3af4d03518a4ec90ed09f448d336;p=gentoo.git dev-python/pygame: add python 3.5 support Gentoo-Bug: 573862 Package-Manager: portage-2.2.27 --- diff --git a/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild b/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild index 242c6d35fbc4..bc9dace74508 100644 --- a/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild +++ b/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit flag-o-matic distutils-r1 virtualx