From 60972e047648ce3d4645f0e1a8095772c057f573 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 12 Jul 2017 13:40:19 +0200 Subject: dev-python/cx_Freeze: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/cx_Freeze') diff --git a/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild b/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild index aa1b17be9262..39375b6d26a2 100644 --- a/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild +++ b/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Create standalone executables from Python scripts" -- cgit v1.2.3-65-gdbad