From 3475e025c28d3af4d03518a4ec90ed09f448d336 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Fri, 5 Feb 2016 15:39:13 +0300 Subject: dev-python/pygame: add python 3.5 support Gentoo-Bug: 573862 Package-Manager: portage-2.2.27 --- dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pygame') 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 242c6d35fbc..bc9dace7450 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 -- cgit v1.2.1