summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 13:40:19 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:42:10 +0200
commit60972e047648ce3d4645f0e1a8095772c057f573 (patch)
treeb4997541880ee65f9f48f7d24b71f85ed627ed39 /dev-python/cx_Freeze
parentdev-python/django-cms: Support newer python (diff)
downloadgentoo-60972e047648ce3d4645f0e1a8095772c057f573.tar.gz
gentoo-60972e047648ce3d4645f0e1a8095772c057f573.tar.bz2
gentoo-60972e047648ce3d4645f0e1a8095772c057f573.zip
dev-python/cx_Freeze: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/cx_Freeze')
-rw-r--r--dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild4
1 files changed, 2 insertions, 2 deletions
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"